digistump / OakCore

Arduino/Platformio Core for Oak including Particle library
GNU Lesser General Public License v2.1
54 stars 28 forks source link

Fixed sendStr() by removing unsigned #57

Closed roens closed 8 years ago

roens commented 8 years ago

Presence led to this error when attempting to use sendStr("hello"); invalid conversion from 'const char' to 'unsigned char'

digistump commented 8 years ago

Awesome thanks for the fix!