TOPLLab / WARDuino

📟 A dynamic WebAssembly VM for embedded systems
https://topllab.github.io/WARDuino/
Mozilla Public License 2.0
72 stars 7 forks source link

Fix arduino compilation #242

Closed tolauwae closed 2 months ago

tolauwae commented 2 months ago

Newer version of arduino-cli fail to compile due to non-arduino code in the examples folder, as it assumes all code in the examples folder are arduino library examples.

Tested with arduino-cli version: 0.35.3