oled stuff
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
#include <wizHelper.h>
|
||||
#include <mqttComm.h>
|
||||
#include <cmdHandler.h>
|
||||
#include <oled.h>
|
||||
|
||||
|
||||
void my_setup_1() {
|
||||
@ -37,6 +38,10 @@ void my_setup_2() {
|
||||
show(LED_GREEN, BLINK);
|
||||
logMsg("Application starting");
|
||||
|
||||
oledInit();
|
||||
oled_P8x16Str(0, 0, "App starting");
|
||||
|
||||
|
||||
eepromInit();
|
||||
|
||||
wizInit();
|
||||
|
Reference in New Issue
Block a user