Skip to content

Commit 75dbc14

Browse files
author
Robert Tidey
committed
Sync
1 parent 0c8f0d9 commit 75dbc14

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

LwTxTest/LwTxTest.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <LwTx.h>
22

3-
byte msg[] = {4,0,0,0,3,1,7,9,6,1};
3+
byte msg[] = {4,0,3,0,5,9,3,0,1,2};
44
long timeout = 0;
55

66
void setup() {

LwTxTestEx/LwTxTestEx.ino

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#include <LwTx.h>
22

3-
byte msgon[] = {1,15,2,1,3,1,7,9,6,1};
4-
byte msgoff[] = {4,0,2,0,3,1,7,9,6,1};
3+
//Replace these with appropriate test messages
4+
byte msgon[] = {1,15,3,1,5,9,3,0,1,2};
5+
byte msgoff[] = {4,0,3,0,5,9,3,0,1,2};
56
byte invert = 0;
67
int uSec = 140;
78
int txpin = 7;

0 commit comments

Comments
 (0)