Skip to content

Commit 5d765f4

Browse files
Fix some bugs
1 parent 51d78c2 commit 5d765f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/OLED/OTA_OLED/OTA_OLED.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@
2929
#include "HT_SSD1306Wire.h"
3030

3131

32-
/********************************************** WIFI Client 注意编译时要设置此��?*********************************
32+
/********************************************** WIFI Client *********************************
3333
* wifi client
3434
*/
3535
const char* ssid = "xxxxxx"; //replace "xxxxxx" with your WIFI's ssid
3636
const 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

0 commit comments

Comments
 (0)