small changes
This commit is contained in:
parent
dd78937a45
commit
5a73c8722f
|
@ -178,6 +178,7 @@ void loop() {
|
|||
int16_t speedvalue=constrain(analogRead(PIN_POTI)*1.0/MAXADCVALUE*1000, 0, 1000);
|
||||
|
||||
SendSerial1(speedvalue,0);
|
||||
Serial.println("-");
|
||||
|
||||
last_send = millis();
|
||||
|
||||
|
|
Loading…
Reference in New Issue