Skip to content

Commit

Permalink
Merge pull request #10 from ThinkPadNL/patch-1
Browse files Browse the repository at this point in the history
Wifi hostname
  • Loading branch information
jantenhove authored Mar 26, 2018
2 parents 960d9a2 + ee1db4c commit 985c3dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Settings.example.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//Hostname of ESP8266
#define WIFI_HOSTNAME "GoodWeLogger"

//Wifi SSID to connect to
#define WIFI_SSID "<your wifi ssid>"

Expand Down Expand Up @@ -38,4 +41,4 @@
#define RS485_RX D1

//rs485 transmit pin
#define RS485_TX D2
#define RS485_TX D2

0 comments on commit 985c3dd

Please sign in to comment.