Support for arduino 3.2.0 framework #254
smileymiley
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I found that my project has been using arduino 2.0.x framework, and I realised that this is old and I want to use a newer version as I'm getting some networking issues.
My platformio.ini had
and would use these older versions, eg WiFi @ 2.0.0
I tried changing the platformio.ini platform and framework to
But now I get:
I'm pretty sure this is misleading error as I can see from this discussion that WiFi 3.0.9 works. I've even tried the sameboard, but still the same error, and I can see the packages are used are older than in the discussion by @82amp (I've tried 3.0.9 too)
Can anyone suggest what to do to use the newer ardunio framework, I feel something is not configured correctly in my setup, or there is some issue with the board definition.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions