If the code hasn't been touched in this long, its probably release-worthy.
This commit is contained in:
@@ -33,3 +33,4 @@ class MDNSService : public Task {
|
||||
};
|
||||
|
||||
STATIC_ALLOC(MDNSService);
|
||||
STATIC_TASK(MDNSService);
|
||||
|
@@ -202,4 +202,4 @@ class MQTTTelemetry : public BufferedInputSource, OnlineTaskMixin {
|
||||
};
|
||||
|
||||
STATIC_ALLOC(MQTTTelemetry);
|
||||
|
||||
STATIC_TASK(MQTTTelemetry);
|
||||
|
@@ -67,3 +67,4 @@ PhotonTelemetry::handleEvent(const InputEvent &evt)
|
||||
}
|
||||
|
||||
STATIC_ALLOC(PhotonTelemetry);
|
||||
STATIC_TASK(PhotonTelemetry);
|
||||
|
@@ -28,3 +28,4 @@ class Watchdog : public Task {
|
||||
};
|
||||
|
||||
STATIC_ALLOC(Watchdog);
|
||||
STATIC_TASK(Watchdog);
|
||||
|
@@ -154,4 +154,5 @@ class WebTelemetry : public Task {
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
STATIC_ALLOC(WebTelemetry);
|
||||
STATIC_TASK(WebTelemetry);
|
||||
|
@@ -26,3 +26,4 @@ CloudStatus::initNetwork(system_event_t event, int param) {
|
||||
}
|
||||
|
||||
STATIC_ALLOC(CloudStatus);
|
||||
STATIC_TASK(CloudStatus);
|
||||
|
@@ -182,6 +182,5 @@ PhotonInput::setStartPixel(String command)
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
STATIC_ALLOC(PhotonInput);
|
||||
STATIC_TASK(PhotonInput);
|
||||
|
Reference in New Issue
Block a user