From a6f0b506191b20d4d732dc0619d6fb89356d562f Mon Sep 17 00:00:00 2001 From: David Todd Date: Sun, 26 Jan 2020 18:00:04 -0600 Subject: [PATCH] use an ftp server instead of the webrepl --- pixo/boot.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pixo/boot.py b/pixo/boot.py index b709bbd..5aacc79 100644 --- a/pixo/boot.py +++ b/pixo/boot.py @@ -18,6 +18,5 @@ from helpers import * # Setup wifi connection import wifi -# Start the web console for easier file management -import webrepl -webrepl.start() +# Start an anonymous FTP server (TODO: Do this on the AP_IF only) +import uftpd \ No newline at end of file