moeskerv

Results 4 issues of moeskerv

add the esp32 architecture to the supported platforms in order to avoid the compiler warning

On some arduino architectures the current implementation causes compiler warnings as there is no implementation for uint8_t requestFrom(uint8_t address, uint16_t size) in the wire library. Example is the esp32 architecture....

good first issue

Postman, Interceptor and Jetpacks is used to test a REST API. I use the Cookie header in Postman request to send a cookie together with the request. The value field...

bug

While studying the code I observed some small issues in the code - none of them had functional impact but for clean-up and better readability it could make sense to...