]> Devi Nivas Git - smartwatch.git/commit
Add Wi-Fi code
authorAdvaith Menon <noreply-git@bp4k.net>
Tue, 25 Nov 2025 11:56:10 +0000 (06:56 -0500)
committerAdvaith Menon <noreply-git@bp4k.net>
Tue, 25 Nov 2025 11:56:10 +0000 (06:56 -0500)
commit58111a25eed52da4c32b317b6a808bf00d3d7d0d
treeac4430afc6436687b9c4994565bc3e70b468704d
parent85c240dec0a4bfdc15e053756c1553939260858c
Add Wi-Fi code
* Deregister task_imu in hello_world_main
* Create new task_wifi_time and register it in the entrypoint
* Create helper to retrieve SSID/password from SD card
  (need to enable long filename support in idf.py
  menuconfig -> Component config -> FAT Filesystem
  support -> Long filename support
* Add WiFi connection code
.gitignore
main/CMakeLists.txt
main/hello_world_main.c
main/task_wifi.c [new file with mode: 0644]
main/task_wifi.h [new file with mode: 0644]