Update main.cpp
This commit is contained in:
parent
7bda72a930
commit
fff7fdffc8
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ void setup()
|
||||||
// Input callbacks
|
// Input callbacks
|
||||||
// pre-load the input buffers
|
// pre-load the input buffers
|
||||||
ESP_LOGV("ISE IoT OS", "Pre-loading input buffers");
|
ESP_LOGV("ISE IoT OS", "Pre-loading input buffers");
|
||||||
espmega.inputs.loop();
|
espmega.inputs.preloadInputBuffer();
|
||||||
|
|
||||||
// ------------ Climate Cards Initialization Routine ------------
|
// ------------ Climate Cards Initialization Routine ------------
|
||||||
ESP_LOGD("ISE OS", "Setting up climate cards");
|
ESP_LOGD("ISE OS", "Setting up climate cards");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue