gn0st1c

Results 7 comments of gn0st1c

@leseigneur : can you fork this repository and make the changes you've mentioned on your fork? i'd like to use yours, cheers,

just to make sure; you're using espurna-1.12.3-esp01-ech1560.bin and you've connected CLK to GPIO4 and MISO to GPIO5 right? are you getting any data at all?

afaik Xose never had the ech1560 version of the powermeter. i'll take out mine from the storage and give it a try this weekend, see if i can make it...

i can confirm that it does not work. in ECH1560Sensor.h, _sync is never called.

tip: _sync is not called when _dosync flag is set. (there is no if (_dosync) check)

back when i coded several versions of espurna scripting, overhead and memory was my concern too. so i settled for a simple linter. [basic.cpp.zip](https://github.com/xoseperez/espurna/files/2839411/basic.cpp.zip)

@yadavravi079 : not the thing you're looking for, but [Remote Debug](https://github.com/JoaoLopesF/RemoteDebug) may help. ` / /Debug.showProfiler(true); // To show profiler - time between messages of Debug `