Skip to content

Commit

Permalink
Update splitFlapMaster.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
gregerw committed Mar 5, 2019
1 parent d53d6d8 commit ef3082e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Software/split_flap_master/splitFlapMaster.ino
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

//Settings for ESP8266-ESP01
SoftwareSerial Serial1(2, 3); //UART to ESP8266
char ssid[] = "HSH"; // your network SSID (name)
char pass[] = "23.2.brendergreger"; // your network password
char ssid[] = "YOUR SSID"; // your network SSID (name)
char pass[] = "YOUR PASSWORD TO AP"; // your network password
#define baudRate 9600 //ESP8266 default is 115200. This produces communication issues. Set baudrate to 9600 via AT-command: "AT+UART_DEF=9600,8,1,0,0"
int status = WL_IDLE_STATUS; // the Wifi radio's status

Expand Down

0 comments on commit ef3082e

Please sign in to comment.