Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

Commit

Permalink
Update Arduino_LED_HAP.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinyu-Zhao authored Jan 25, 2022
1 parent ac109f3 commit 866d758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AtomBase/AtomHub/Arduino_LED_Hap/Arduino_LED_HAP.ino
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
#include <FS.h>
#include <SPIFFS.h>

const char* ssid = "M5-2.4G";
const char* password = "Office@888888";
const char* ssid = "";
const char* password = "";

const int identity_led=-1;
const int led_gpio = 21;
Expand Down

0 comments on commit 866d758

Please sign in to comment.