mirror of
https://github.com/modelec/controle-moteurs.git
synced 2026-01-18 16:27:33 +01:00
Update asservissement.ino
This commit is contained in:
@@ -536,8 +536,8 @@ void decryptIncom(){
|
|||||||
bool neg;
|
bool neg;
|
||||||
i = 0;
|
i = 0;
|
||||||
// stop
|
// stop
|
||||||
if (streamChar[0]==' ') {
|
if (streamChar[0]=='W') {
|
||||||
cmd = streamChar[0];
|
cmd = ' ';
|
||||||
}
|
}
|
||||||
|
|
||||||
// recallage
|
// recallage
|
||||||
|
|||||||
Reference in New Issue
Block a user