mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-18 02:25:54 +08:00
Fix typo
This commit is contained in:
parent
99b892c09a
commit
3b5c932ae6
@ -592,7 +592,7 @@ bool COMMAND::execute_command (int cmd, String cmd_params, tpipe output, level_a
|
|||||||
}
|
}
|
||||||
if (channel==-1){
|
if (channel==-1){
|
||||||
for (uint8_t p = 0; p < 16;p++){
|
for (uint8_t p = 0; p < 16;p++){
|
||||||
if(ChannelAttached2Pin[p] = -1){
|
if(ChannelAttached2Pin[p] == -1){
|
||||||
channel = p;
|
channel = p;
|
||||||
ChannelAttached2Pin[p] = pin;
|
ChannelAttached2Pin[p] = pin;
|
||||||
p = 16;
|
p = 16;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user