implement ota updater plus minor fixes

This commit is contained in:
2019-11-10 20:51:26 +01:00
parent f00091ec99
commit 65a1a3027b
3 changed files with 19 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ void setup() {
// If we run in to trouble, this can painlessly be removed and the resulting device name will just be longer
settings.name.remove(devlen+1, 6);
PRINTLN_SERIAL("Figured out who I am \O/");
PRINTLN_SERIAL("Figured out who I am \\O/");
wifi_setup();
@@ -37,7 +37,7 @@ void setup() {
moon_setup();
#endif
// Start the cooperative scheduler loops
PRINTLN_SERIAL("Done setting up, ready for main loop \O/");
PRINTLN_SERIAL("Done setting up, ready for main loop \\O/");
}
void loop() {