File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929#include " HT_SSD1306Wire.h"
3030
3131
32- /* ********************************************* WIFI Client 注意编译时要设置此��? *********************************
32+ /* ********************************************* WIFI Client *********************************
3333 * wifi client
3434 */
3535const char * ssid = " xxxxxx" ; // replace "xxxxxx" with your WIFI's ssid
3636const char * password = " xxxxxx" ; // replace "xxxxxx" with your WIFI's password
3737
38- // WiFi&OTA 参数
38+ // WiFi&OTA
3939// #define HOSTNAME "HelTec_OTA_OLED"
4040#define PASSWORD " HT.123456" // the password for OTA upgrade, can set it in any char you want
4141
42- /* *********************************************** 注意编译时要设置此��? *********************************
43- * 是否使用静态IP
42+ /* *********************************************** *********************************
43+ * Whether to use static IP
4444 */
4545#define USE_STATIC_IP false
4646#if USE_STATIC_IP
You can’t perform that action at this time.
0 commit comments