cyberman54 / ESP32-Paxcounter

Wifi & BLE driven passenger flow metering with cheap ESP32 boards
https://cyberman54.github.io/ESP32-Paxcounter/
Other
1.69k stars 397 forks source link

Op code 88 (set time) is not working #774

Closed hansju-11 closed 3 years ago

hansju-11 commented 3 years ago

in rcommand.cpp (line 360) setMyTime(t, 0, _unsynced);

in timekeeper.cpp (line 72) if (mytimesource == _unsynced) return;

function call just return without doing somthing.

I tink this rcommand is the right way for the immplementation of my idea.

cyberman54 commented 3 years ago

fixed in development branch. Thanks for spotting this bug. Now it should work ;-)