Browse Source

ignore platformio.ini

tags/v0.1.0
Dominik Bartsch 2 years ago
parent
commit
3ad2ec0068
2 changed files with 3 additions and 2 deletions
  1. 2
    1
      .gitignore
  2. 1
    1
      src/main.cpp

+ 2
- 1
.gitignore View File

@@ -3,4 +3,5 @@
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
include/wifi_credentials.h
include/wifi_credentials.h
platformio.ini

+ 1
- 1
src/main.cpp View File

@@ -164,7 +164,7 @@ void setup() {


void loop() {
Serial.println("");
//Serial.println("");
ArduinoOTA.handle();
server.handleClient();

Loading…
Cancel
Save