mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-25 12:17:12 +02:00
updated REST API and MQTT to use the same functionality
added heap as MQTT publish updated User_Manual.md to latest changes development build will have now always the same name because of static link from https://ahoydtu.de
This commit is contained in:
parent
573bd31f0a
commit
b1946df32f
13 changed files with 272 additions and 350 deletions
|
@ -648,9 +648,12 @@ void web::serialCb(String msg) {
|
|||
mSerialBufFill = 0;
|
||||
mEvts->send("webSerial, buffer overflow!", "serial", millis());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
void web::apiCtrlRequest(JsonObject obj) {
|
||||
mApi->ctrlRequest(obj);
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
#ifdef ENABLE_JSON_EP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue