m5stack / M5Stack

M5Stack Arduino Library
MIT License
1.19k stars 424 forks source link

illegal characters in M5Stack.h #230

Closed sglux closed 3 years ago

sglux commented 3 years ago

In M5Stack/src/M5Stack.h line 172 there are some strange quotes the code inspection of platformio mongers about.

Instead of 172 #error “This library only supports boards with ESP32 processor.” I recommend 172 #error "This library only supports boards with ESP32 processor."

Gitshaoxiang commented 3 years ago

ok....thank feedback we will change it in the next version.