provide version with and without ttl decrease
This commit is contained in:
parent
59dc14ea2c
commit
fe749e7396
4
uart.c
4
uart.c
@ -29,8 +29,8 @@ unsigned char BUF_TX[20];
|
|||||||
unsigned char *TX;
|
unsigned char *TX;
|
||||||
|
|
||||||
TX = &BUF_TX[0];
|
TX = &BUF_TX[0];
|
||||||
*TX++ = 'R'; // -> decrease TTL
|
//*TX++ = 'R'; // -> decrease TTL
|
||||||
//*TX++ = 'P'; // -> do NOT decrease TTL
|
*TX++ = 'P'; // -> do NOT decrease TTL
|
||||||
/*
|
/*
|
||||||
*TX++ = 'a';
|
*TX++ = 'a';
|
||||||
*TX++ = 's';
|
*TX++ = 's';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user