Compare commits

..

No commits in common. "c997949c5b792f42d3f89e6f02bb85e1ef3b6adc" and "82043ed9be204eb0ef77e8b8ad6c03c6b2d6780f" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
{"name":"","short_name":"","icons":[{"src":"/static/img/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/static/img/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

View File

@ -103,7 +103,7 @@ void setup()
#endif
Serial.begin(115200);
Serial.setDebugOutput(false);
Serial.setDebugOutput(true);
Serial.println("Souko's ChainLube Mk1");
Serial.println(globals.DeviceName);