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
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.
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.
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.
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…
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…
I'm not going to individually number each device. If needed, they can be plugged in one by one to distinguish them.
To be clear, this is about adding a VIN connection to #40. It's easy to do 5V on a USB battery pack, but might be easier in some cases to run off 9/12V if you are also running a transmitter from…
Closing because some text is there now; if anything this is part of #37.