Skip to content

Commit 15fe24e

Browse files
committed
Merge branch 'master' of github.com:nickpesce/lit_arduino into master
2 parents a022dfd + ab92998 commit 15fe24e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# lit_arduino
2-
L.I.T. light system extension for the Arduino ESP8266
2+
[L.I.T. light system](https://github.com/nickpesce/L.I.T.) extension for the Arduino ESP8266.

lit_arduino.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#define NUM_LEDS 90
88
#define PACKET_SIZE (NUM_LEDS * 3 + TIMESTAMP_SIZE)
99

10-
const char* ssid = "Apt B";
11-
const char* password = "abcdefgh";
10+
const char* ssid = "OMITTED";
11+
const char* password = "OMITTED";
1212
const unsigned int port = 9000;
1313
WiFiUDP socket;
1414
char packetBuffer[PACKET_SIZE];

0 commit comments

Comments
 (0)