bvernham

Results 8 issues of bvernham

SDFat was updated through Arduino file manager and now I am getting an warning I never had before Arduino\libraries\SdFat\src/SdFat.h:452:2: warning: #warning File not defined because __has_include(FS.h) [-Wcpp] #warning File not...

### Board Sparkfun Thingplus and hilego ### Device Description Sparkfun thing plus ### Hardware Configuration Board by itself ### Version v2.0.4 ### IDE Name Arduino ### Operating System Windows 10...

Status: Awaiting triage

Add support of Digi API frames.

SparkFun Thing Plus has the same chip as the EVTV board the ESP32-D0WDQ6. I tried the examples (altpins) and but the the board will not even make it to the...

Besides the canned examples (in another libary) there is no documentation how to use the library or support in the forum. BearSSL reference is not a 1 for 1 match...

type: imperfection
topic: documentation

**Describe the bug** A clear and concise description of what the bug is. Not so much a bug but a question ![image](https://github.com/miguel5612/MQSensorsLib/assets/5819349/f8433585-8e4f-4423-a482-909da42a18b9) In this of the ESP8266 example are you...

It is possible to create and example to connect to the u-blox [ThingStream](https://www.u-blox.com/en/product/thingstream) PointPerfect service like: https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library/tree/main/examples/ZED-F9P/Example18_PointPerfectClient Please add examples for connecting to this service using Arduino boards (e.g., MKR...

enhancement

### Subject of the issue Why would you use Strings for the libraries Everything I have ever read says never to use strings because of memory leak issues these cause?...