cyberman54 / ESP32-Paxcounter

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

Fix twristband config issue #730

Closed hpsaturn closed 3 years ago

hpsaturn commented 3 years ago
cyberman54 commented 3 years ago

@hpsaturn I got a TTGO wristband and tested the paxcounter software on it. It works! :-) But, did you find out how to get the front finger sensor button working?

cyberman54 commented 3 years ago

@hpsaturn i saw you implemented wireless OTA update by platformio in one of your projects:

OTA Updates (Optional)
For faster firmare updates via air (OTA)
platformio run --target upload --upload-port 192.168.1.107

Could we have this for paxcounter, too?

hpsaturn commented 3 years ago

Hi @cyberman54 sorry, I didn't see this question, I think that yes, let me check the current state of OTA on Paxcounter, and maybe I could do it.