1
0
Fork 0

update framework and enable display

This commit is contained in:
Siwat Sirichai 2024-10-13 23:34:03 +07:00
parent 36280ae2e3
commit d4c3fb6f2d
3 changed files with 64 additions and 1 deletions

View file

@ -34,6 +34,10 @@ void setup()
ESP_LOGV("OS", "Registering Cards with IoT");
espmega.iot->registerCard(0);
espmega.iot->registerCard(1);
// Enable Display
espmega.enableInternalDisplay(&Serial);
espmega.display->bindInputCard(&espmega.inputs);
espmega.display->bindOutputCard(&espmega.outputs);
}
void loop()