mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
Merge branch 'dev' of https://github.com/emsesp/EMS-ESP32 into dev2
This commit is contained in:
@@ -179,7 +179,7 @@ void WebDataService::device_data(AsyncWebServerRequest * request) {
|
||||
if (request->hasParam(F_(id))) {
|
||||
id = Helpers::atoint(request->getParam(F_(id))->value().c_str()); // get id from url
|
||||
|
||||
auto * response = new MsgpackAsyncJsonResponse(false);
|
||||
auto * response = new AsyncJsonResponse(false, true); // use msgPack
|
||||
|
||||
// check size
|
||||
// while (!response) {
|
||||
|
||||
Reference in New Issue
Block a user