mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-15 00:51:38 +02:00
0.8.970008-zero
This commit is contained in:
parent
4a2434f763
commit
8452e5613c
4 changed files with 98 additions and 12 deletions
|
@ -630,6 +630,9 @@ void app::resetSystem(void) {
|
|||
//-----------------------------------------------------------------------------
|
||||
void app::mqttSubRxCb(JsonObject obj) {
|
||||
mApi.ctrlRequest(obj);
|
||||
#if defined(PLUGIN_ZEROEXPORT)
|
||||
mZeroExport.onMqttMessage(obj);
|
||||
#endif
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue