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

libpax version update to v.0.1.2 #769

Closed lifezoned4 closed 3 years ago

lifezoned4 commented 3 years ago

libpax does not support ENS counting. But enabling it made the project not compile. This is fixed in a new release.

Also we fixed the not working default configuration in src/paxcounter_orig.conf as mentioned in https://github.com/cyberman54/ESP32-Paxcounter/pull/765#discussion_r599072015

cyberman54 commented 3 years ago

@lifezoned4 @FlorianLudwig @spmrider fyi: i created a new branch "libpax-only". In this branch i compile paxcounter app version which is based on libpax only, means cleaning all prior art which is not needed any longer with libpax. Initial push is a working version with probably 90% of necessary cleaning already done.