harlequin-tech / WiFlyHQ

WiFly RN-XV Arduino Library
Other
110 stars 68 forks source link

incorrect newlines fixed #59

Closed chrwei closed 7 years ago

chrwei commented 8 years ago

replace \n\r with proper \r\n

harlequin-tech commented 8 years ago

I don't think this is needed. Purely debug code output to the serial console. \n\r and \r\n are equivalent.

chrwei commented 8 years ago

it's still non-standard and inconsistent with other newlines in the code.