Commit Graph

24 Commits

Author SHA1 Message Date
cdo 371238581f Use smooth SNTP sync mode 2023-05-17 15:24:11 +01:00
cdo 06966c2ae6 Create sntp command 2023-05-17 15:24:11 +01:00
cdo 2ca513b98d Add date support to time manager 2023-05-17 15:24:11 +01:00
cdo a4a4a035f2 Save/load time to/from storage in time_manager 2023-05-17 15:24:11 +01:00
cdo c82af79d52 Create buttons module
Temporarily just logging button presses, as alarms module doesn't yet
exist.
2023-05-17 15:24:11 +01:00
cdo 82334be492 Implement sound module to handle audio alerts 2023-05-16 14:02:54 +01:00
cdo 744f8b2504 Configure SNTP 2023-05-16 00:07:43 +01:00
cdo 62405149ad Add setting for SNTP server 2023-05-16 00:07:43 +01:00
cdo 7d84b95ad5 Implement WiFi networking 2023-05-16 00:07:43 +01:00
cdo 3a34109ccf Remove decimal point from display 2023-05-16 00:07:43 +01:00
cdo f115ed7394 Add a settings console command 2023-05-16 00:07:43 +01:00
cdo 0634787df3 Add a console with a reboot command
Couldn't just call the component "console" as that conflicted with the
ESP-IDF component, so opted for "console-wrapper".
2023-05-16 00:07:43 +01:00
cdo e4fa25a61e Remove unused #include and component require from fatal component 2023-05-16 00:07:43 +01:00
cdo 3ab6c20e58 Rename config module to settings 2023-05-16 00:07:43 +01:00
cdo cee2e368dc Flesh out time module 2023-05-16 00:07:43 +01:00
cdo 8be7ec1e28 Add timezone config item 2023-05-16 00:07:43 +01:00
cdo be666164f4 Create display module top level 2023-05-16 00:07:43 +01:00
cdo 81f5c6aaa0 Create time module stub 2023-05-16 00:07:43 +01:00
cdo 95cf84728d Write driver for 7-segment display 2023-05-16 00:07:43 +01:00
cdo 87c9ca3c81 Add SSID and PSK config items 2023-05-16 00:07:43 +01:00
cdo 81dfa7fe1c Add default hostname Kconfig item 2023-05-16 00:07:43 +01:00
cdo d7f1c2ace0 Restructure config module for easier addition of items 2023-05-16 00:07:43 +01:00
cdo 10c77203ab Add config component with hostname setting 2023-05-14 21:33:03 +01:00
cdo ae1d470b4b Create fatal component to handle fatal errors 2023-05-14 21:13:35 +01:00