Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rvxfahim committed Aug 29, 2022
1 parent da1a695 commit 24590d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ uint16_t cbString(TRegister* reg, uint16_t val){
void setup() {
Serial.begin(115200);

WiFi.begin("BAI 24G", "thabramu");
WiFi.begin("SSID", "Password");
while (WiFi.status() != WL_CONNECTED) {
delay(500);
Serial.print(".");
}
ts = millis();
ts1 = millis();

//pinMode(2,OUTPUT);
ledcSetup(0, 5000, 8);
ledcAttachPin(2, 0);
Expand Down

0 comments on commit 24590d4

Please sign in to comment.