This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <LWiFi.h> | |
#include "MCS.h" | |
char _lwifi_ssid[] = "你的AP ID"; | |
char _lwifi_pass[] = "你的AP PW"; | |
String upload_led; | |
int buttonPinRoom = 2; | |
int buttonPinWC = 3; | |
int buttonPinLiving = 4; | |
int buttonPinBalcony = 5; |