Milestone 1
All function implemented in OOP except WebServer Function. Most missing documentation and comments
This commit is contained in:
parent
e1f0fd5651
commit
d62ffa3606
7 changed files with 10 additions and 29 deletions
|
@ -10,7 +10,6 @@ void IoTComponent::publishRelative(const char *topic, const char *payload) {
|
|||
ESP_LOGD("IoTComponent", "Publishing to %s : %s", absolute_topic, payload);
|
||||
mqtt->publish(absolute_topic, payload);
|
||||
mqtt->loop();
|
||||
delay(50);
|
||||
}
|
||||
|
||||
void IoTComponent::subscribeRelative(const char *topic) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue