arduino-fetch
arduino-fetch copied to clipboard
High level HTTP Request Library that gives a javascript fetch like API.
The archives available from the releases page for v0.1.2 have an incorrect value for the version field in the library.properties file. The value contained is '0.1.1' where it should be...
This is by no means finished but starts to address #15
I noticed my GET requests were talking over 15 seconds. I tracked down the issue to the use of `readStringUntil`: https://github.com/instanceofMA/arduino-fetch/blob/main/src/Fetch.cpp#L132 This never returns if the body ends in any...
Fixes #5 and #13
Something is broken here.. compiling aborted in second line with message: 'FetchClient' does not name a type
Dear Muhammad Abdullah, cannot compile on platformio from C:\Users\mocha\.platformio\packages\framework-arduinoespressif8266\libraries\ESP8266mDNS\src/ESP8266mDNS.h:48, from C:\Users\mocha\.platformio\packages\framework-arduinoespressif8266\libraries\ESP8266mDNS\src\ESP8266mDNS.cpp:23: C:\Users\mocha\.platformio\packages\framework-arduinoespressif8266\cores\esp8266/debug.h:12: note: it was later defined here 12 | #define DEBUGV(...) \ | In file included from C:\Users\mocha\.platformio\packages\framework-arduinoespressif8266\libraries\ESP8266mDNS\src/LEAmDNS.h:119, from...
Hello. I'm working with an [Adafruit Matrix Portal](https://learn.adafruit.com/adafruit-matrixportal-m4/overview), and can't get your (wonderful looking!) library to initialize. I'm getting the following output: ``` Multiple libraries were found for "Adafruit_ZeroDMA.h" Used:...
Please consider to update LCBUrl lib or unlink from your code in a way that can be installed and maintained separately. Current version is not working with the new restrictions...
 Hello! Every time trying to request smth, i got this endless "...." after "Wi-Fi connected" How to fix it?
Hi there, I'm trying to implement this project on a M5Stack Core2 (ESP32) board, but am having issues compiling the code. Would love some input or debugging tips! ## Error:...