wallart

8x8 pixel display firmware
git clone https://git.woozle.org/neale/wallart.git

commit
d91aa4c
parent
3c35b5b
author
Neale Pickett
date
2023-12-09 08:04:37 -0700 MST
Add setup option to upload new firmware
1 files changed,  +1, -1
M network.cpp
+1, -1
1@@ -33,7 +33,7 @@ void network_setup(char *password) {
2   WiFiManagerNS::NTP::onTimeAvailable(&on_time_available);
3   WiFiManagerNS::init(&wfm);
4 
5-  std::vector<const char *> menu = {"wifi", "info", "custom", "param", "sep", "restart", "exit"};
6+  std::vector<const char *> menu = {"wifi", "info", "custom", "param", "sep", "update", "restart", "exit"};
7   wfm.setMenu(menu);
8 	wfm.setConfigPortalBlocking(false);
9 	wfm.setHostname(hostname);