Skip to content

Serial.parseFloat doesn't parse leading decimal points #1962

Closed
@shardbearer

Description

@shardbearer

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?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions