Skip to content

Commit

Permalink
wifi details in config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
tehcaster committed Jan 5, 2025
1 parent b8016ec commit 6d96f95
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
config.h
4 changes: 4 additions & 0 deletions config.h.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// Nazev a heslo Wi-Fi
const char *ssid = "Nazev 2.4GHz Wi-Fi site";
const char *heslo = "Heslo Wi-Fi site";

4 changes: 1 addition & 3 deletions mapa-cr.ino
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
#include <ArduinoJson.h>
#include <HTTPClient.h>

// Nazev a heslo Wi-Fi
const char *ssid = "Nazev 2.4GHz Wi-Fi site";
const char *heslo = "Heslo Wi-Fi site";
#include "config.h"

// Objekt pro ovladani adresovatelnych RGB LED
// Je jich 72 a jsou v serii pripojene na GPIO pin 25
Expand Down

0 comments on commit 6d96f95

Please sign in to comment.