PixelForge adaptations for version 14.x

* different call for listing images
* different call for deleting images
* minor cleanups
This commit is contained in:
Frank
2025-12-18 23:51:48 +01:00
parent 0f5c1d5a0f
commit 45b97e8028
3 changed files with 12 additions and 5 deletions

View File

@@ -479,8 +479,8 @@ void initServer()
//called when the url is not defined here, ajax-in; get-settings
server.onNotFound([](AsyncWebServerRequest *request){
USER_PRINT("Not-Found HTTP call: ");
USER_PRINTLN("URI: " + request->url());
DEBUG_PRINT("Not-Found HTTP call: ");
DEBUG_PRINTLN("URI: " + request->url());
if (captivePortal(request)) return;
//make API CORS compatible