Skip to content

change ascii dec codes to actual characters #38

@kortemik

Description

@kortemik

currently used as

if (byte b != 10)

should be

if (byte b != '\n')

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions