You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
always happening when strlen(arg) > width for %u %d because string index becomes <0.
Fixed in sming with pending pr 748.
Unfortunately cannot provide PR for smingRTOS (env not setup)
Cheers
@ADiea :
Can you take a look on this.
It can be reproduced including :
Serial.printf("cnt = %02d\r\n",100);
Issue is in both SmingNONOS and SmingRTOS
The text was updated successfully, but these errors were encountered: