mirror of
https://github.com/c0de-archive/pixoPython.git
synced 2024-12-22 05:12:41 +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)
|
# esp.osdebug(None)
|
||||||
|
|
||||||
# Initalize the board
|
# Initalize the board
|
||||||
from board import *
|
from board import TOTAL_DOTS, BOARD
|
||||||
|
|
||||||
# Class that contains display methods, animations, etc
|
# Class that contains display methods, animations, etc
|
||||||
from pixels import Pixo
|
from pixels import Pixo
|
||||||
@ -19,4 +19,4 @@ from helpers import *
|
|||||||
import wifi
|
import wifi
|
||||||
|
|
||||||
# Start an anonymous FTP server (TODO: Do this on the AP_IF only)
|
# 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