Skip to content

Commit

Permalink
remove todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tcsullivan committed Mar 9, 2024
1 parent 9e41a2b commit 7265e1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions noisemeter-device/noisemeter-device.ino
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
* Open source dB meter code taken from Ivan Kostoski (https://github.com/ikostoski/esp32-i2s-slm)
*
* TODO:
* - Use DNS to make a "captive portal" that brings users directly to the credentials form.
* - Encrypt the stored credentials (simple XOR with a long key?).
* - Add second step to Access Point flow - to gather users email, generate a UUID and upload them to the cloud. UUID to be saved in EEPROM
* - Add functionality to reset the device periodically (eg every 24 hours)
* - Add functionality to reset the device periodically (eg every 24 hours)?
*/
#include <ArduinoJson.h> // https://arduinojson.org/
#include <ArduinoJson.hpp>
Expand Down

0 comments on commit 7265e1b

Please sign in to comment.