Chris Johnson
Chris Johnson
I am using the library compiling under platformIO for the Arduino Uno and I get this warning: ....\HttpClient_ID66\b64.cpp: In function 'int b64_encode(const unsigned char*, int, unsigned char*, int)': C:\Users\chris\.platformio\lib\HttpClient_ID66\b64.cpp:69:1: warning:...
Added default case to suppress -Wswitch warnings while compiling under PlatformIO. (platform: atmelavr; board: uno; framework: arduino)
Do you have any plans to look into making "AMock", similar to Googletest's GMock?
Added public member variable getLength to expose the length of the underlying data buffer. This allows for better error checking when reading the raw buffer.
Added additional, optional CLI arguments to expose the timeouts for reading and writing to the end user. Hardcoded timeouts can sometimes fail for large flashes.
Added additional defines to correctly detect the NXP QN9090 MCU platform and allow for native googletest compability.
The version of googletest available to the Platformio framework is stale due to the removal of the library.json file from the googletest repo. To continue to support this community, it...
Added support for Nordic nRF52 series of MCUs