@@ -29,8 +29,8 @@ unsigned char BUF_TX[20];
unsigned char *TX;
TX = &BUF_TX[0];
//*TX++ = 'R';
*TX++ = 'R'; // -> decrease TTL
*TX++ = 'P';
//*TX++ = 'P'; // -> do NOT decrease TTL
/*
*TX++ = 'a';
*TX++ = 's';
The note is not visible to the blocked user.