digital output card fully working

This commit is contained in:
Siwat Sirichai 2023-12-28 17:31:59 +07:00
parent 63a34afee3
commit 83ed233dd4
2 changed files with 17 additions and 1 deletions

View file

@ -29,6 +29,7 @@ void setup()
espmega.iot.registerMqttCallback(mqtt_callback);
espmega.iot.registerCard(1);
espmega.iot.publishCard(1);
}
void loop()