Skip to content

Commit

Permalink
update defauly nodeid's
Browse files Browse the repository at this point in the history
  • Loading branch information
TrystanLea committed May 9, 2023
1 parent d8b4731 commit c9bd452
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Examples/EmonTx4DB_rf/EmonTx4DB_rf.ino
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ bool rfHealthy = false;
uint16_t networkGroup = 210;
uint16_t baseID = 5;

uint16_t NodeID1 = 17;
uint16_t NodeID1 = 28;
struct {
uint32_t Msg;
int16_t V1,V2,V3,P1,P2,P3,P4,P5,P6;
Expand All @@ -49,16 +49,16 @@ struct {
} txPacket1;

/* 52 bytes
[[17]]
nodename = emonTx4_17
[[28]]
nodename = emonTx4_28
[[[rx]]]
names = MSG, Vrms1, Vrms2, Vrms3, P1, P2, P3, P4, P5, P6, E1, E2, E3, E4, E5, E6, pulse, Analog
datacodes = L, h, h, h, h, h, h, h, h, h, l, l, l, l, l, l, L, H
scales = 1.0, 0.01, 0.01, 0.01, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0
units = n, V, V, V, W, W, W, W, W, W, Wh, Wh, Wh, Wh, Wh, Wh, p, n
*/

uint16_t NodeID2 = 18;
uint16_t NodeID2 = 29;
struct {
uint32_t Msg;
int16_t V2,V3,P7,P8,P9,P10,P11,P12;
Expand All @@ -67,8 +67,8 @@ struct {
} txPacket2;

/* 52 bytes
[[18]]
nodename = emonTx4_18
[[29]]
nodename = emonTx4_29
[[[rx]]]
names = MSG, Vrms2, Vrms3, P7, P8, P9, P10, P11, P12, E7, E8, E9, E10, E11, E12, digPulse, anaPulse
datacodes = L, h, h, h, h, h, h, h, h, l, l, l, l, l, l, L, L
Expand Down

0 comments on commit c9bd452

Please sign in to comment.