Compare commits
5 Commits
effcee1cbb
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b5db1d472 | |||
| 4c313d7e9a | |||
| 1a24f57025 | |||
| 501c6f5b95 | |||
| 26bd041b02 |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -2,4 +2,5 @@
|
||||
.DS_Store
|
||||
build
|
||||
sdkconfig.old
|
||||
desktop.ini
|
||||
desktop.ini
|
||||
.PVS-Studio
|
||||
@@ -4,6 +4,10 @@
|
||||
|
||||
1. [ESP32 ESP-IDF v5.5.1](https://docs.espressif.com/projects/esp-idf/en/v5.5.1/esp32/index.html)
|
||||
|
||||
## SAST Tools
|
||||
|
||||
[PVS-Studio](https://pvs-studio.com/pvs-studio/?utm_source=website&utm_medium=github&utm_campaign=open_source) - static analyzer for C, C++, C#, and Java code.
|
||||
|
||||
## Build and flash
|
||||
|
||||
Run the following command to firmware build and flash module:
|
||||
|
||||
Submodule components/zh_pcf8574 updated: 1a8f4711e8...de9ece9c0d
@@ -41,7 +41,7 @@ static void _zh_wifi_softap_init(void)
|
||||
.ap = {
|
||||
.ssid = WIFI_SSID,
|
||||
.password = WIFI_PASS,
|
||||
.max_connection = 4,
|
||||
.max_connection = MAX_STA_CONNECTION,
|
||||
.authmode = WIFI_AUTH_WPA2_PSK,
|
||||
},
|
||||
};
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user