Skip to content

Commit

Permalink
Merge pull request #34 from GoWired/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
feanor-anglin authored Aug 1, 2023
2 parents dcb862a + c8c261f commit edec775
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Software/8RelayDin Shield/Arduino/main/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// Identification
#define MY_NODE_ID AUTO
#define MN "GW-8RD"
#define FV "2.0"
#define FV "2.1"

// Selecting transmission settings
#define MY_RS485 // Enable RS485 transport layer
Expand Down
2 changes: 1 addition & 1 deletion Software/Heating Controller/Arduino/main/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// Identification
#define MY_NODE_ID AUTO
#define SN "GW-HC"
#define SV "2.0"
#define SV "2.1"

// Selecting transmission settings
#define MY_RS485 // Enable RS485 transport layer
Expand Down
2 changes: 1 addition & 1 deletion Software/Modules/Arduino/main/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// Identification
#define MY_NODE_ID AUTO // Set node ID
#define SN "GoWired Module" // Set node name to present to a controller
#define SV "2.0" // Set sensor version
#define SV "2.1" // Set sensor version

// Selecting transmission settings
#define MY_RS485 // Enable RS485 transport layer
Expand Down
2 changes: 1 addition & 1 deletion Software/Touch/MCU/Arduino/main/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
/***** Protocol Definitions *****/
// Identification
#define MY_NODE_ID AUTO // Set module ID
#define SV "2.0" // Set software version
#define SV "2.1" // Set software version

// Selecting transmission settings
#define MY_RS485 // Enable RS485 transport layer
Expand Down

0 comments on commit edec775

Please sign in to comment.