add input loop
This commit is contained in:
parent
c0867a6f9d
commit
49f6ca0994
1 changed files with 5 additions and 0 deletions
|
|
@ -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");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue