angrest

Results 2 issues of angrest

The functions publish, subscribe and unsubscribe take String& as arguments, the implementation then passes those as char* (via c_str()) onwards. In my sketch, I've removed all String instances and only...

enhancement

First of all, thanks for the excellent work! When compiling with highest warn level, the compiler spits out the message ``` Arduino/libraries/SmartRC-CC1101-Driver-Lib/ELECHOUSE_CC1101_SRC_DRV.cpp:445:5: warning: 'a' may be used uninitialized in this...