From fff7fdffc87c4fb1accf26b55fa3dc431f3a5182 Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Fri, 28 Jun 2024 21:47:37 +0700 Subject: [PATCH] Update main.cpp --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");