Will Blynk be supporting the Arduino Giga R1 WIFI board anytime in the near future? I have tried to get this working with Blynk but so far I cannot even get it to compile. I did find online that Blynk may already support it but there is no examples or documentation online to help me out.
I think if I could figure out what to use in with the #include statement then I might get it going.
Right now i have β#include <BlynkSimpleWifi.h>β but this is not working.
[vshymanskyy] also shared at the bottom of that page that there is a fix available on github, I believe I found what he is referring to, but unfortunately there is no information on how to use it once it is installed.
I donβt believe I changed anything in <BlynkSimpleWifi.h> file. Unfortunately after I fixed the issue I ended scrapping the project cause I was having more issues with another device I was trying to incorporate and I didnβt want to keep solving all of these coding issues. Unfortunately, it looks like my Blynk library has been upgraded and my changes I made are also gone. I believe I had to change/remove the section in the <BlynkWiFiCommon.h> file from line 49 to 61. This section of the file does the connection to Blynk but this was conflicting with the connection in my main script. Hopefully this make sense.