alexmoz2016
Results
1
issues of
alexmoz2016
Some code that you may want to change to make it work (I have ESP32): In EmonLib.h: ``` #if defined(__arm__) #define ADC_BITS 12 #else #define ADC_BITS 10 #endif ``` Just...