https://github.com/zack-wang/mqtt_selfsigned
https://github.com/zack-wang/mqtt_selfsigned
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zack-wang/mqtt_selfsigned
- Owner: zack-wang
- Created: 2023-01-10T01:03:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T01:31:15.000Z (over 3 years ago)
- Last Synced: 2025-02-09T11:41:33.579Z (over 1 year ago)
- Language: C++
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Board Remote - ESP32 Config (開發版遙控器 - ESP32配置)

# Terminal Command
- cfg
> Enter config mode (enter main in 5 minutes), 進入設定模式
- rst
> Commit EEPROM and RESET , 燒錄EEPROM然後重啟
- ssid=wifi1
> Set wifi ssid to "wifi1" , 設定連上的wifi名稱
- pass=wifipass
> Set wifi password to "wifipass" , 設定連上wifi的密碼
- mqun=mqttusername
> Set MQTT broker username to "mqttusername" , 設定 mqtt 連線帳號
- mqpw=mqttpassword
> Set MQTT broker password to "mqttpassword" , 設定 mqtt 連線密碼