diff --git a/src/main.cpp b/src/main.cpp index 4fd61d5..ce012c6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -198,7 +198,7 @@ void setup() // Input callbacks // pre-load the input buffers ESP_LOGV("ISE IoT OS", "Pre-loading input buffers"); - espmega.inputs.loop(); + espmega.inputs.preloadInputBuffer(); // ------------ Climate Cards Initialization Routine ------------ ESP_LOGD("ISE OS", "Setting up climate cards");