From fae78061024e49c3f0c8958b95729d0aa7796f89 Mon Sep 17 00:00:00 2001 From: David Todd Date: Mon, 27 Jan 2020 13:48:35 -0600 Subject: [PATCH] only make a couple BOARD constants imported at boot --- pixo/boot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pixo/boot.py b/pixo/boot.py index 5aacc79..e87da13 100644 --- a/pixo/boot.py +++ b/pixo/boot.py @@ -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 \ No newline at end of file +import uftpd