mirror of
https://github.com/c0de-archive/pixoPython.git
synced 2024-12-21 21:12:39 +00:00
only make a couple BOARD constants imported at boot
This commit is contained in:
parent
40df61b92f
commit
fae7806102
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user