Change readme bit about config.h to be secrets.h
All checks were successful
Compile / Compile (push) Successful in 1m19s

This commit is contained in:
leblane 2023-06-02 22:35:40 +02:00
parent 38da7b04ec
commit 8fcd24991b

View file

@ -6,7 +6,7 @@
- Cleaned up display library - Cleaned up display library
- Cleaned up RTC library, stores time in UTC, pass an offset when reading time - Cleaned up RTC library, stores time in UTC, pass an offset when reading time
- Non font-based 7 segment display - Non font-based 7 segment display
- Removed wifimanager, hardcoded SSID / password in config.h - Removed wifimanager, hardcoded SSID / password in secrets.h
- NTP sync on initial boot - NTP sync on initial boot
- New, more flexible, much more easily edited menu system - New, more flexible, much more easily edited menu system
- Multiple pages, currently has main clock and weather pages - Multiple pages, currently has main clock and weather pages