Skip to content

Commit

Permalink
ezdata
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinyu-Zhao committed Oct 23, 2021
1 parent 1ef25bb commit 08bfd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Advanced/EzData/EzData.ino
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// Configure the name and password of the connected wifi and your token. 配置所连接wifi的名称、密码以及你的token
const char* ssid = "Explore-F";
const char* password = "xingchentansuo123";
const char* token = "xaOdLXdUciNUXQ9DsGQRwE5gyIsFLCnI";
const char* token = "";

void setup() {
M5.begin(); //Initialize M5Stack
Expand Down

0 comments on commit 08bfd56

Please sign in to comment.