update framework and enable display
This commit is contained in:
parent
36280ae2e3
commit
d4c3fb6f2d
3 changed files with 64 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue