AC-Mike
Results
2
issues of
AC-Mike
I am using JPEGDEC with ESP32-S2 and platformIO. I use JPEGDEC by adding it to the lib_deps: in the platformio.ini file lib_deps = moononournation/GFX Library for Arduino@^1.4.6 bitbank2/JPEGDEC@^1.4.2 When it...
I have several pages that call the same /getValue url. For example, 192.168.0.12/path1/getValue and 192.168.0.12/path2/getValue. in server.on("/getValue",...) request->url() only returns the /getValue of the url. How do I determine which...