Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Replaced all of the debugPrintln((char *) #83

Merged
merged 1 commit into from
Apr 15, 2020

Conversation

PaulZC
Copy link
Collaborator

@PaulZC PaulZC commented Apr 15, 2020

This commit replaces all of the

debugPrintln((char *)F

with

if (_printDebug == true) _debugSerial->println(F

as debugPrintln((char *)F causes the Uno to print gibberish

@PaulZC PaulZC merged commit e061d73 into master Apr 15, 2020
@PaulZC PaulZC deleted the remove_debug_prints_with_char_ptr branch April 15, 2020 16:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant