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
If you send a string that starts with a decimal point to Serial.parseFloat, it does not include the decimal. For example, .034 becomes 34 while 0.034 works fine. Are there any plans to fix this?
The text was updated successfully, but these errors were encountered:
shardbearer
changed the title
Serial.parseFloat requires leading zero
Serial.parseFloat doesn't parse leading decimal points
Mar 26, 2014
If you send a string that starts with a decimal point to Serial.parseFloat, it does not include the decimal. For example, .034 becomes 34 while 0.034 works fine. Are there any plans to fix this?
The text was updated successfully, but these errors were encountered: