File tree Expand file tree <
8000
button data-component="IconButton" type="button" data-testid="collapse-file-tree-button" aria-expanded="true" aria-controls="diff_file_tree" data-analytics-opt-out="true" class="prc-Button-ButtonBase-c50BI d-none d-md-flex position-relative fgColor-muted prc-Button-IconButton-szpyj" data-loading="false" data-no-visuals="true" data-size="medium" data-variant="invisible" aria-describedby=":Rsatdab:-loading-announcement" aria-labelledby=":R4atdab:">
Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ int ArduinoOTAClass::parseInt(){
149
149
for (index = 0 ; index < sizeof (data); ++index ){
150
150
value = _udp_ota->peek ();
151
151
if (value < ' 0' || value > ' 9' ){
152
- data[index ++ ] = ' \0 ' ;
152
+ data[index ] = ' \0 ' ;
153
153
return atoi (data);
154
154
}
155
155
data[index ] = _udp_ota->read ();
You can’t perform that action at this time.
0 commit comments