diff --git a/src/main.cpp b/src/main.cpp index 947ece6..dc43884 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -29,9 +29,6 @@ void setup() // Enable Web Server ESP_LOGV("OS", "Enabling Web Server"); espmega.enableWebServer(80); - - ESP_LOGV("OS", "Initializing Internal Display"); - espmega.enableInternalDisplay(&INTERNAL_DISPLAY_UART); // Register all cards with iot ESP_LOGV("OS", "Registering Cards with IoT"); espmega.iot->registerCard(0); @@ -45,5 +42,5 @@ void loop() void input_callback(uint8_t pin, uint8_t state) { - + espmega.outputs.toggleState(pin); } \ No newline at end of file