Vijay
Results
12
comments of
Vijay
I was able to compile and use this for esp8266 by modifying the following line of code in CapacitiveSensor.cpp. The issue here is that abs() function is taking unsigned long...
This is fixed via the PubSubClient.setBufferSize(size) API now. @knolleary , please close this issue.