libretiny
libretiny copied to clipboard
Missing Arduino.h (and other?) references
When attempting to use libretuya in Platform.io with the latest release, I see that Arduino.h is unresolved. Please document/outline what is required in the platformio.ini file or elsewhere make it visible. I see that it exists in this project.
Answering myself in case someone else sees this. Just change the framework in the platformio.ini from beken-72xx-sdk to arduino
Feel free to add more detail.
Yeah, the -sdk framework doesn't contain Arduino.h or any arduino related code.
I'll keep this open to describe the framework differences in the docs.