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

load config and saveconfig differs in readme.md and rccommand.cpp #758

Closed ChrSchultz closed 3 years ago

ChrSchultz commented 3 years ago

in src/rcommand.cpp is defined:

   {0x20,  set_saveconfig,1},
   {0x21,  set_loadconfig,1},

in readme.md you say:

   0x20 load config datas from NVRAM
   0x21 save config data to NVRAM
cyberman54 commented 3 years ago

Corrected. Thanks for spotting and reporting this bug!