use an ftp server instead of the webrepl

This commit is contained in:
David Todd 2020-01-26 18:00:04 -06:00
parent 3db307f6d3
commit a6f0b50619
1 changed files with 2 additions and 3 deletions

View File

@ -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