mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-04-07 01:33:15 +02:00
Use the right format string on a lot of locations
This helps for a future support of arduino framework 3
This commit is contained in:
@@ -138,7 +138,7 @@ bool WebApiClass::sendJsonResponse(AsyncWebServerRequest* request, AsyncJsonResp
|
||||
root["code"] = WebApiError::GenericInternalServerError;
|
||||
root["type"] = "danger";
|
||||
response->setCode(500);
|
||||
MessageOutput.printf("WebResponse failed: %s, %" PRId16 "\r\n", function, line);
|
||||
MessageOutput.printf("WebResponse failed: %s, %" PRIu16 "\r\n", function, line);
|
||||
ret_val = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user