-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from DCC-EX:fix-examples
Fix-examples
- Loading branch information
Showing
18 changed files
with
489 additions
and
513 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// Example user configuration to use with the DCCEXProtocol examples | ||
// Copy this file and rename to config.h | ||
// Replace the variables below with the appropriate values for your environment | ||
const char* ssid = "YOUR_SSID_HERE"; // WiFi SSID name here | ||
const char* password = "YOUR_PASSWORD_HERE"; // WiFi password here | ||
IPAddress serverAddress(192,168,4,1); // IP address of your EX-CommandStation | ||
int serverPort = 2560; // Network port of your EX-CommandStation |
176 changes: 0 additions & 176 deletions
176
examples/DCCEXProtocol_Consist_Changes/DCCEXProtocol_Consist_Changes.ino
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.