oled stuff
This commit is contained in:
@ -39,20 +39,27 @@ void my_setup_2() {
|
||||
logMsg("Application starting");
|
||||
|
||||
oledInit();
|
||||
oled_P8x16Str(0, 0, "App starting");
|
||||
|
||||
oledClear();
|
||||
oledPrint("App starting");
|
||||
|
||||
eepromInit();
|
||||
oledPrint("eeprom init");
|
||||
|
||||
wizInit();
|
||||
oledPrint("network init");
|
||||
|
||||
mqttCommInit();
|
||||
oledPrint("mqtt init");
|
||||
cmdHandlerInit();
|
||||
oledPrint("cmdhandler init");
|
||||
|
||||
frontendInit();
|
||||
frontendSetThreshold(240);
|
||||
oledPrint("frontend init");
|
||||
|
||||
mbusCommInit();
|
||||
oledPrint("Meterbus init");
|
||||
oledPrint("App running");
|
||||
}
|
||||
|
||||
void my_loop() {
|
||||
|
Reference in New Issue
Block a user