#define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-release-prometheus/ESP Async WebServer/src/WebResponses.cpp:57:22: note: in expansion of macro 'F' case 303: return F("See Other"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-release-prometheus/ESP Async WebServer/src/WebResponses.cpp:58:22: note: in expansion of macro 'F' case 304: return F("Not Modified"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-release-prometheus/ESP Async WebServer/src/WebResponses.cpp:59:22: note: in expansion of macro 'F' case 305: return F("Use Proxy"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-release-prometheus/ESP Async WebServer/src/WebResponses.cpp:60:22: note: in expansion of macro 'F' case 307: return F("Temporary Redirect"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-release-prometheus/ESP Async WebServer/src/WebResponses.cpp:61:22: note: in expansion of macro 'F' case 400: return F("Bad Request"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-release-prometheus/ESP Async WebServer/src/WebResponses.cpp:62:22: note: in expansion of macro 'F' case 401: return F("Unauthorized"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-release-prometheus/ESP Async WebServer/src/WebResponses.cpp:63:22: note: in expansion of macro 'F' case 402: return F("Payment Required"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-release-prometheus/ESP Async WebServer/src/WebResponses.cpp:64:22: note: in expansion of macro 'F' case 403: return F("Forbidden"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-release-prometheus/ESP Async WebServer/src/WebResponses.cpp:65:22: note: in expansion of macro 'F' case 404: return F("Not Found"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-release-prometheus/ESP Async WebServer/src/WebResponses.cpp:66:22: note: in expansion of macro 'F' case 405: return F("Method Not Allowed"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-release-prometheus/ESP Async WebServer/src/WebResponses.cpp:67:22: note: in expansion of macro 'F' case 406: return F("Not Acceptable"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-release-prometheus/ESP Async WebServer/src/WebResponses.cpp:68:22: note: in expansion of macro 'F' case 407: return F("Proxy Authentication Required"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-release-prometheus/ESP Async WebServer/src/WebResponses.cpp:69:22: note: in expansion of macro 'F' case 408: return F("Request Time-out"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-release-prometheus/ESP Async WebServer/src/WebResponses.cpp:70:22: note: in expansion of macro 'F' case 409: return F("Conflict"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-release-prometheus/ESP Async WebServer/src/WebResponses.cpp:71:22: note: in expansion of macro 'F' case 410: return F("Gone"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-release-prometheus/ESP Async WebServer/src/WebResponses.cpp:72:22: note: in expansion of macro 'F' case 411: return F("Length Required"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-release-prometheus/ESP Async WebServer/src/WebResponses.cpp:73:22: note: in expansion of macro 'F' case 412: return F("Precondition Failed"); ^ *** [.pio\build\esp32-wroom32-release-prometheus\lib4b7\ESP Async WebServer\WebRequest.cpp.o] Error 1 C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-release-prometheus/ESP Async WebServer/src/WebResponses.cpp:74:22: note: in expansion of macro 'F' case 413: return F("Request Entity Too Large"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-release-prometheus/ESP Async WebServer/src/WebResponses.cpp:75:22: note: in expansion of macro 'F' case 414: return F("Request-URI Too Large"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-release-prometheus/ESP Async WebServer/src/WebResponses.cpp:76:22: note: in expansion of macro 'F' case 415: return F("Unsupported Media Type"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-release-prometheus/ESP Async WebServer/src/WebResponses.cpp:77:22: note: in expansion of macro 'F' case 416: return F("Requested range not satisfiable"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-release-prometheus/ESP Async WebServer/src/WebResponses.cpp:78:22: note: in expansion of macro 'F' case 417: return F("Expectation Failed"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-release-prometheus/ESP Async WebServer/src/WebResponses.cpp:79:22: note: in expansion of macro 'F' case 500: return F("Internal Server Error"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-release-prometheus/ESP Async WebServer/src/WebResponses.cpp:80:22: note: in expansion of macro 'F' case 501: return F("Not Implemented"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-release-prometheus/ESP Async WebServer/src/WebResponses.cpp:81:22: note: in expansion of macro 'F' case 502: return F("Bad Gateway"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-release-prometheus/ESP Async WebServer/src/WebResponses.cpp:82:22: note: in expansion of macro 'F' case 503: return F("Service Unavailable"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-release-prometheus/ESP Async WebServer/src/WebResponses.cpp:83:22: note: in expansion of macro 'F' case 504: return F("Gateway Time-out"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-release-prometheus/ESP Async WebServer/src/WebResponses.cpp:84:22: note: in expansion of macro 'F' case 505: return F("HTTP Version not supported"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-release-prometheus/ESP Async WebServer/src/WebResponses.cpp:85:22: note: in expansion of macro 'F' default: return F(""); ^ *** [.pio\build\esp32-wroom32-release-prometheus\lib4b7\ESP Async WebServer\WebResponses.cpp.o] Error 1 ======================================================================================= [FAILED] Took 29.75 seconds ======================================================================================= Processing esp32-wroom32-debug (platform: espressif32@>=6.1.0; board: lolin_d32; framework: arduino) ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via `-v, --verbose` option Firmware Revision: g0000000 fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/lolin_d32.html PLATFORM: Espressif 32 (6.2.0) > WEMOS LOLIN D32 HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash DEBUG: Current (cmsis-dap) External (cmsis-dap, esp-bridge, esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa) PACKAGES: - framework-arduinoespressif32 @ 3.20008.0 (2.0.8) - tool-esptoolpy @ 1.40501.0 (4.5.1) - toolchain-xtensa-esp32 @ 8.4.0+2021r2-patch5 LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf LDF Modes: Finder ~ chain, Compatibility ~ soft Found 44 compatible libraries Scanning dependencies... Dependency Graph |-- ESP Async WebServer @ 1.2.3+sha.1dde9cf |-- RF24 @ 1.4.5 |-- Time @ 1.6.1 |-- espMqttClient @ 1.4.2+sha.06c150c |-- ArduinoJson @ 6.21.2 |-- Timezone @ 1.2.4+sha.7cf1425 |-- U8g2 @ 2.34.17 |-- GxEPD2 @ 1.5.2 |-- WiFi @ 2.0.0 |-- Adafruit GFX Library @ 1.11.5 |-- SPI @ 2.0.0 |-- DNSServer @ 2.0.0 |-- LittleFS @ 2.0.0 |-- AsyncTCP @ 1.1.1 |-- Update @ 2.0.0 |-- FS @ 2.0.0 |-- Adafruit BusIO @ 1.14.1 |-- WiFiClientSecure @ 2.0.0 |-- Wire @ 2.0.0 Building in debug mode Compiling .pio\build\esp32-wroom32-debug\src\app.cpp.o Compiling .pio\build\esp32-wroom32-debug\src\main.cpp.o Compiling .pio\build\esp32-wroom32-debug\lib65a\ESP Async WebServer\WebRequest.cpp.o Compiling .pio\build\esp32-wroom32-debug\lib65a\ESP Async WebServer\WebResponses.cpp.o In file included from C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h:176, from .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/ESPAsyncWebServer.h:24, from .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:21: .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp: In static member function 'static const __FlashStringHelper* AsyncWebServerResponse::responseCodeToString(int)': C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:45:22: note: in expansion of macro 'F' case 100: return F("Continue"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:46:22: note: in expansion of macro 'F' case 101: return F("Switching Protocols"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:47:22: note: in expansion of macro 'F' case 200: return F("OK"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:48:22: note: in expansion of macro 'F' case 201: return F("Created"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:49:22: note: in expansion of macro 'F' case 202: return F("Accepted"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:50:22: note: in expansion of macro 'F' case 203: return F("Non-Authoritative Information"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:51:22: note: in expansion of macro 'F' case 204: return F("No Content"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:52:22: note: in expansion of macro 'F' case 205: return F("Reset Content"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:53:22: note: in expansion of macro 'F' case 206: return F("Partial Content"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:54:22: note: in expansion of macro 'F' case 300: return F("Multiple Choices"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:55:22: note: in expansion of macro 'F' case 301: return F("Moved Permanently"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:56:22: note: in expansion of macro 'F' case 302: return F("Found"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:57:22: note: in expansion of macro 'F' case 303: return F("See Other"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:58:22: note: in expansion of macro 'F' case 304: return F("Not Modified"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:59:22: note: in expansion of macro 'F' case 305: return F("Use Proxy"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:60:22: note: in expansion of macro 'F' case 307: return F("Temporary Redirect"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:61:22: note: in expansion of macro 'F' case 400: return F("Bad Request"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:62:22: note: in expansion of macro 'F' case 401: return F("Unauthorized"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:63:22: note: in expansion of macro 'F' case 402: return F("Payment Required"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:64:22: note: in expansion of macro 'F' case 403: return F("Forbidden"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:65:22: note: in expansion of macro 'F' case 404: return F("Not Found"); ^ In file included from C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h:176, from .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/ESPAsyncWebServer.h:24, from .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebRequest.cpp:21: .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebRequest.cpp: In member function 'const __FlashStringHelper* AsyncWebServerRequest::methodToString() const': C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebRequest.cpp:965:34: note: in expansion of macro 'F' if(_method == HTTP_ANY) return F("ANY"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:66:22: note: in expansion of macro 'F' case 405: return F("Method Not Allowed"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:67:22: note: in expansion of macro 'F' case 406: return F("Not Acceptable"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:68:22: note: in expansion of macro 'F' case 407: return F("Proxy Authentication Required"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:69:22: note: in expansion of macro 'F' case 408: return F("Request Time-out"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:70:22: note: in expansion of macro 'F' case 409: return F("Conflict"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:71:22: note: in expansion of macro 'F' case 410: return F("Gone"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:72:22: note: in expansion of macro 'F' case 411: return F("Length Required"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:73:22: note: in expansion of macro 'F' case 412: return F("Precondition Failed"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebRequest.cpp:966:38: note: in expansion of macro 'F' else if(_method & HTTP_GET) return F("GET"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:74:22: note: in expansion of macro 'F' case 413: return F("Request Entity Too Large"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebRequest.cpp:967:39: note: in expansion of macro 'F' else if(_method & HTTP_POST) return F("POST"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:75:22: note: in expansion of macro 'F' case 414: return F("Request-URI Too Large"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:76:22: note: in expansion of macro 'F' case 415: return F("Unsupported Media Type"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebRequest.cpp:968:41: note: in expansion of macro 'F' else if(_method & HTTP_DELETE) return F("DELETE"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:77:22: note: in expansion of macro 'F' case 416: return F("Requested range not satisfiable"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:78:22: note: in expansion of macro 'F' case 417: return F("Expectation Failed"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:79:22: note: in expansion of macro 'F' case 500: return F("Internal Server Error"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebRequest.cpp:969:38: note: in expansion of macro 'F' else if(_method & HTTP_PUT) return F("PUT"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:80:22: note: in expansion of macro 'F' case 501: return F("Not Implemented"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebRequest.cpp:970:40: note: in expansion of macro 'F' else if(_method & HTTP_PATCH) return F("PATCH"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:81:22: note: in expansion of macro 'F' case 502: return F("Bad Gateway"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:82:22: note: in expansion of macro 'F' case 503: return F("Service Unavailable"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebRequest.cpp:971:39: note: in expansion of macro 'F' else if(_method & HTTP_HEAD) return F("HEAD"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebRequest.cpp:972:42: note: in expansion of macro 'F' else if(_method & HTTP_OPTIONS) return F("OPTIONS"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebRequest.cpp:973:10: note: in expansion of macro 'F' return F("UNKNOWN"); ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebRequest.cpp: In member function 'const __FlashStringHelper* AsyncWebServerRequest::requestedConnTypeToString() const': C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebRequest.cpp:978:31: note: in expansion of macro 'F' case RCT_NOT_USED: return F("RCT_NOT_USED"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:83:22: note: in expansion of macro 'F' case 504: return F("Gateway Time-out"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:84:22: note: in expansion of macro 'F' case 505: return F("HTTP Version not supported"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebRequest.cpp:979:31: note: in expansion of macro 'F' case RCT_DEFAULT: return F("RCT_DEFAULT"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebResponses.cpp:85:22: note: in expansion of macro 'F' default: return F(""); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebRequest.cpp:980:31: note: in expansion of macro 'F' case RCT_HTTP: return F("RCT_HTTP"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebRequest.cpp:981:31: note: in expansion of macro 'F' case RCT_WS: return F("RCT_WS"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebRequest.cpp:982:31: note: in expansion of macro 'F' case RCT_EVENT: return F("RCT_EVENT"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/esp32-wroom32-debug/ESP Async WebServer/src/WebRequest.cpp:983:31: note: in expansion of macro 'F' default: return F("ERROR"); ^ *** [.pio\build\esp32-wroom32-debug\lib65a\ESP Async WebServer\WebResponses.cpp.o] Error 1 *** [.pio\build\esp32-wroom32-debug\lib65a\ESP Async WebServer\WebRequest.cpp.o] Error 1 ======================================================================================= [FAILED] Took 30.10 seconds ======================================================================================= Processing opendtufusionv1-release (platform: espressif32@>=6.1.0; board: esp32-s3-devkitc-1; framework: arduino) ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via `-v, --verbose` option Firmware Revision: g0000000 fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git fatal: not a git repository (or any of the parent directories): .git CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32-s3-devkitc-1.html PLATFORM: Espressif 32 (6.2.0) > Espressif ESP32-S3-DevKitC-1-N8 (8 MB QD, No PSRAM) HARDWARE: ESP32S3 240MHz, 320KB RAM, 8MB Flash DEBUG: Current (esp-builtin) On-board (esp-builtin) External (cmsis-dap, esp-bridge, esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa) PACKAGES: - framework-arduinoespressif32 @ 3.20008.0 (2.0.8) - tool-esptoolpy @ 1.40501.0 (4.5.1) - tool-openocd-esp32 @ 2.1100.20220706 (11.0) - toolchain-riscv32-esp @ 8.4.0+2021r2-patch5 - toolchain-xtensa-esp32s3 @ 8.4.0+2021r2-patch5 LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf LDF Modes: Finder ~ chain, Compatibility ~ soft Found 44 compatible libraries Scanning dependencies... Dependency Graph |-- ESP Async WebServer @ 1.2.3+sha.1dde9cf |-- RF24 @ 1.4.5 |-- Time @ 1.6.1 |-- espMqttClient @ 1.4.2+sha.06c150c |-- ArduinoJson @ 6.21.2 |-- Timezone @ 1.2.4+sha.7cf1425 |-- U8g2 @ 2.34.17 |-- GxEPD2 @ 1.5.2 |-- WiFi @ 2.0.0 |-- Adafruit GFX Library @ 1.11.5 |-- SPI @ 2.0.0 |-- DNSServer @ 2.0.0 |-- LittleFS @ 2.0.0 |-- AsyncTCP @ 1.1.1 |-- Update @ 2.0.0 |-- FS @ 2.0.0 |-- Adafruit BusIO @ 1.14.1 |-- WiFiClientSecure @ 2.0.0 |-- Wire @ 2.0.0 Building in release mode Compiling .pio\build\opendtufusionv1-release\src\app.cpp.o Compiling .pio\build\opendtufusionv1-release\src\main.cpp.o Compiling .pio\build\opendtufusionv1-release\libf71\ESP Async WebServer\WebRequest.cpp.o Compiling .pio\build\opendtufusionv1-release\libf71\ESP Async WebServer\WebResponses.cpp.o In file included from C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h:176, from .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/ESPAsyncWebServer.h:24, from .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:21: .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp: In static member function 'static const __FlashStringHelper* AsyncWebServerResponse::responseCodeToString(int)': C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:45:22: note: in expansion of macro 'F' case 100: return F("Continue"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:46:22: note: in expansion of macro 'F' case 101: return F("Switching Protocols"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:47:22: note: in expansion of macro 'F' case 200: return F("OK"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:48:22: note: in expansion of macro 'F' case 201: return F("Created"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:49:22: note: in expansion of macro 'F' case 202: return F("Accepted"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:50:22: note: in expansion of macro 'F' case 203: return F("Non-Authoritative Information"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:51:22: note: in expansion of macro 'F' case 204: return F("No Content"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:52:22: note: in expansion of macro 'F' case 205: return F("Reset Content"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:53:22: note: in expansion of macro 'F' case 206: return F("Partial Content"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:54:22: note: in expansion of macro 'F' case 300: return F("Multiple Choices"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:55:22: note: in expansion of macro 'F' case 301: return F("Moved Permanently"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:56:22: note: in expansion of macro 'F' case 302: return F("Found"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:57:22: note: in expansion of macro 'F' case 303: return F("See Other"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:58:22: note: in expansion of macro 'F' case 304: return F("Not Modified"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:59:22: note: in expansion of macro 'F' case 305: return F("Use Proxy"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:60:22: note: in expansion of macro 'F' case 307: return F("Temporary Redirect"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:61:22: note: in expansion of macro 'F' case 400: return F("Bad Request"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:62:22: note: in expansion of macro 'F' case 401: return F("Unauthorized"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:63:22: note: in expansion of macro 'F' case 402: return F("Payment Required"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:64:22: note: in expansion of macro 'F' case 403: return F("Forbidden"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:65:22: note: in expansion of macro 'F' case 404: return F("Not Found"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:66:22: note: in expansion of macro 'F' case 405: return F("Method Not Allowed"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:67:22: note: in expansion of macro 'F' case 406: return F("Not Acceptable"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:68:22: note: in expansion of macro 'F' case 407: return F("Proxy Authentication Required"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:69:22: note: in expansion of macro 'F' case 408: return F("Request Time-out"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:70:22: note: in expansion of macro 'F' case 409: return F("Conflict"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:71:22: note: in expansion of macro 'F' case 410: return F("Gone"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:72:22: note: in expansion of macro 'F' case 411: return F("Length Required"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:73:22: note: in expansion of macro 'F' case 412: return F("Precondition Failed"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:74:22: note: in expansion of macro 'F' case 413: return F("Request Entity Too Large"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:75:22: note: in expansion of macro 'F' case 414: return F("Request-URI Too Large"); ^ In file included from C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h:176, from .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/ESPAsyncWebServer.h:24, from .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebRequest.cpp:21: .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebRequest.cpp: In member function 'const __FlashStringHelper* AsyncWebServerRequest::methodToString() const': C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebRequest.cpp:965:34: note: in expansion of macro 'F' if(_method == HTTP_ANY) return F("ANY"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:76:22: note: in expansion of macro 'F' case 415: return F("Unsupported Media Type"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebRequest.cpp:966:38: note: in expansion of macro 'F' else if(_method & HTTP_GET) return F("GET"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebRequest.cpp:967:39: note: in expansion of macro 'F' else if(_method & HTTP_POST) return F("POST"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebRequest.cpp:968:41: note: in expansion of macro 'F' else if(_method & HTTP_DELETE) return F("DELETE"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebRequest.cpp:969:38: note: in expansion of macro 'F' else if(_method & HTTP_PUT) return F("PUT"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebRequest.cpp:970:40: note: in expansion of macro 'F' else if(_method & HTTP_PATCH) return F("PATCH"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:77:22: note: in expansion of macro 'F' case 416: return F("Requested range not satisfiable"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:78:22: note: in expansion of macro 'F' case 417: return F("Expectation Failed"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:79:22: note: in expansion of macro 'F' case 500: return F("Internal Server Error"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:80:22: note: in expansion of macro 'F' case 501: return F("Not Implemented"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:81:22: note: in expansion of macro 'F' case 502: return F("Bad Gateway"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:82:22: note: in expansion of macro 'F' case 503: return F("Service Unavailable"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:83:22: note: in expansion of macro 'F' case 504: return F("Gateway Time-out"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:84:22: note: in expansion of macro 'F' case 505: return F("HTTP Version not supported"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebResponses.cpp:85:22: note: in expansion of macro 'F' default: return F(""); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebRequest.cpp:971:39: note: in expansion of macro 'F' else if(_method & HTTP_HEAD) return F("HEAD"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebRequest.cpp:972:42: note: in expansion of macro 'F' else if(_method & HTTP_OPTIONS) return F("OPTIONS"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebRequest.cpp:973:10: note: in expansion of macro 'F' return F("UNKNOWN"); ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebRequest.cpp: In member function 'const __FlashStringHelper* AsyncWebServerRequest::requestedConnTypeToString() const': C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebRequest.cpp:978:31: note: in expansion of macro 'F' case RCT_NOT_USED: return F("RCT_NOT_USED"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebRequest.cpp:979:31: note: in expansion of macro 'F' case RCT_DEFAULT: return F("RCT_DEFAULT"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebRequest.cpp:980:31: note: in expansion of macro 'F' case RCT_HTTP: return F("RCT_HTTP"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebRequest.cpp:981:31: note: in expansion of macro 'F' case RCT_WS: return F("RCT_WS"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebRequest.cpp:982:31: note: in expansion of macro 'F' case RCT_EVENT: return F("RCT_EVENT"); ^ C:/Users/cbenderl/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.h:38:42: error: cannot convert 'const char*' to 'const __FlashStringHelper*' in return #define F(string_literal) (string_literal) ^ .pio/libdeps/opendtufusionv1-release/ESP Async WebServer/src/WebRequest.cpp:983:31: note: in expansion of macro 'F' default: return F("ERROR"); ^ *** [.pio\build\opendtufusionv1-release\libf71\ESP Async WebServer\WebResponses.cpp.o] Error 1 *** [.pio\build\opendtufusionv1-release\libf71\ESP Async WebServer\WebRequest.cpp.o] Error 1 ======================================================================================= [FAILED] Took 32.17 seconds ======================================================================================= Environment Status Duration -------------------------------- -------- ------------ esp8266-release SUCCESS 00:00:31.520 esp8266-release-prometheus SUCCESS 00:00:32.933 esp8266-debug FAILED 00:00:34.745 esp8285-release SUCCESS 00:00:30.784 esp8285-debug FAILED 00:00:34.132 esp32-wroom32-release FAILED 00:00:33.683 esp32-wroom32-release-prometheus FAILED 00:00:29.749 esp32-wroom32-debug FAILED 00:00:30.104 opendtufusionv1-release FAILED 00:00:32.168 ================================================================================== 6 failed, 3 succeeded in 00:04:49.819 ================================================================================== * The terminal process "C:\Users\cbenderl\.platformio\penv\Scripts\platformio.exe 'run'" terminated with exit code: 1. * Terminal will be reused by tasks, press any key to close it.