No description
  • C 95.6%
  • CMake 4.4%
Find a file
2026-02-25 13:05:00 +08:00
docs feat(wifi): add wifi module 2026-02-24 16:56:47 +08:00
main chore(https_server): edit comments and index page 2026-02-25 13:05:00 +08:00
.clangd feat(wifi): add wifi module 2026-02-24 16:56:47 +08:00
.gitignore feat(wifi): static ip support 2026-02-25 12:04:55 +08:00
CMakeLists.txt feat(wifi): add wifi module 2026-02-24 16:56:47 +08:00
dependencies.lock feat(wifi): add wifi module 2026-02-24 16:56:47 +08:00
nvs.csv.example feat(wifi): add wifi module 2026-02-24 16:56:47 +08:00
partitions.csv feat(wifi): add wifi module 2026-02-24 16:56:47 +08:00
README.md feat(wifi): add wifi module 2026-02-24 16:56:47 +08:00
sdkconfig.defaults feat(wifi): add wifi module 2026-02-24 16:56:47 +08:00

OpenDoor

A remote door-opening system.

Supported targets:

  • ESP32-C6

Configuration

Copy nvs.csv.example to nvs.csv.

WiFi

Change WiFi SSID and password in nvs.csv.

# change these
sta.ssid,data,blob_sz_fill(32;0x00),example_ssid
sta.pswd,data,blob_fill(64;0x00),example_password