only make a couple BOARD constants imported at boot

This commit is contained in:
David Todd 2020-01-27 13:48:35 -06:00
parent 40df61b92f
commit fae7806102
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
# esp.osdebug(None)
# Initalize the board
from board import *
from board import TOTAL_DOTS, BOARD
# Class that contains display methods, animations, etc
from pixels import Pixo
@ -19,4 +19,4 @@ from helpers import *
import wifi
# Start an anonymous FTP server (TODO: Do this on the AP_IF only)
import uftpd
import uftpd