mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-12 01:59:05 +08:00
Fixed the issue that ESP201 cannot display the ANALOG pin value. (#1083)
Some checks failed
build-ci / build (push) Failing after 25m14s
Some checks failed
build-ci / build (push) Failing after 25m14s
This commit is contained in:
parent
d0bde79aec
commit
8104887442
@ -123,8 +123,8 @@ void ESP3DCommands::ESP201(int cmd_params_pos, ESP3DMessage* msg) {
|
||||
}
|
||||
}
|
||||
value = digitalRead(pin);
|
||||
ok_msg = String(value);
|
||||
}
|
||||
ok_msg = String(value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user