increased speed

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2023-07-16 19:03:26 +02:00
parent 486c5b5bf8
commit 10600b21b8
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
int sTx = 2;
int sRx = 3;
long base = 200;
long base = 100;
long rst = base*10; // reset
boolean bt = false;
long dif = 0;