Closed VitalyBrusentsev closed 1 year ago
https://github.com/m5stack/M5StickC/blob/4da6e6babb23635b23027547d6ec3052cfc1229d/src/M5StickC.h#L126
Line 126 contains the following text:
#error “This library only supports boards with ESP32 processor.”
The “ and ” characters are not proper quotation marks, and can cause a problem for some C compilers.
“
”
https://github.com/m5stack/M5StickC/blob/4da6e6babb23635b23027547d6ec3052cfc1229d/src/M5StickC.h#L126
Line 126 contains the following text:
The
“
and”
characters are not proper quotation marks, and can cause a problem for some C compilers.