Block a user
License
- https://github.com/me-no-dev/AsyncTCP GPLv3
- https://github.com/pellepl/spiffs MIT
- https://github.com/markfickett/arduinomorse CC-BY-3.0 Unported (not sure how much of that license name to…
Write default values to files
Fresh ESP32 board, first flash:
E (2018) SPIFFS: mount failed, -10025
- empty file or failed to open file
- empty file or failed to open file
- empty file or failed to open file
Intermittent bad times reported after browser time refresh
I suspect this is somehow related to not waiting to call RTC, or something like that, after updating time. Or some other weirdness. See notes on #50 and how time is being kept now.
Add option to set up for wifi or AP on compile
Option at top of program to set up on network vs as access point
RTC not keeping time
Checked after several days, time is still fine. If/when I build more, will have to see if the charging circuit removal is needed or not.
If existing wireless network, report IP address to user somehow other than serial connection
Add option to set up for wifi or AP on compile
I think I got "default to AP" set up, but the "reset in code" method seems to be "crash the device." It is working, though.
Add option to set up for wifi or AP on compile
Decent progress on #54 tonight. Yet to do:
- have form button reboot device
- if existing wireless network, report IP address to user somehow other than serial connection
- flash…
Add option to set up for wifi or AP on compile
I guess I should address these:
src/main.cpp: In function 'void setup()':
src/main.cpp:361:18: warning: comparison with string literal results in unspecified behaviour [-Waddress]
if…
Add option to set up for wifi or AP on compile
I'm not going to individually number each device. If needed, they can be plugged in one by one to distinguish them.