add input loop

This commit is contained in:
reaw55 2024-06-17 21:55:16 +07:00
parent c0867a6f9d
commit 49f6ca0994

View file

@ -195,6 +195,11 @@ void setup()
espmega.iot->registerCard(10); espmega.iot->registerCard(10);
#endif #endif
// Input callbacks
// pre-load the input buffers
ESP_LOGV("ISE IoT OS", "Pre-loading input buffers");
espmega.inputs.loop();
// ------------ Climate Cards Initialization Routine ------------ // ------------ Climate Cards Initialization Routine ------------
ESP_LOGD("ISE OS", "Setting up climate cards"); ESP_LOGD("ISE OS", "Setting up climate cards");