bgiraut / SqueezeEsp32

Squeezebox player for ESP32 board
114 stars 22 forks source link

VSCode #9

Open qystan opened 2 years ago

qystan commented 2 years ago

Tried to use VS Code. After transferring the sketch ino into main.cpp in PIO, I get these error messages. It may be an easy fix but my C isn't up to mark to figure it out.

It compiles error free in Arduino but not VSCode but I believe that because Arduino is more lax on the syntax.

/src/slimproto.cpp",
"message": "overflow in implicit constant conversion [-Woverflow]",
Ln: 67, Col: 27,

"message": "unused variable 'viBuffer' [-Wunused-variable]",
Ln: 163, Col: 9,