Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run on UNO R4 WiFi using WiFi #119

Open
balazscseh opened this issue Aug 27, 2023 · 0 comments
Open

Cannot run on UNO R4 WiFi using WiFi #119

balazscseh opened this issue Aug 27, 2023 · 0 comments

Comments

@balazscseh
Copy link

There isn't an option in the sketch-generator to run on the UNO R4 WiFi.
When i select the Arduino board type the ESP32 co-processor is missing under the connection type and with a simple WiFi-Shield option, the IDE gives me the following error:

In file included from C:\Documents\Arduino\blynkdemo\blynkdemo.ino:18:0:
C:\Documents\Arduino\libraries\Blynk\src/BlynkSimpleWifi.h:27:10: error: 'WiFiClient' does not name a type; did you mean 'DNSClient'?
   static WiFiClient _blynkWifiClient;
          ^~~~~~~~~~
          DNSClient
C:\Documents\Arduino\libraries\Blynk\src/BlynkSimpleWifi.h:28:45: error: '_blynkWifiClient' was not declared in this scope
   static BlynkArduinoClient _blynkTransport(_blynkWifiClient);
                                             ^~~~~~~~~~~~~~~~
C:\Documents\Arduino\libraries\Blynk\src/BlynkSimpleWifi.h:28:45: note: suggested alternative: 'BlynkWifiCommon'
   static BlynkArduinoClient _blynkTransport(_blynkWifiClient);
                                             ^~~~~~~~~~~~~~~~
                                             BlynkWifiCommon

exit status 1

Compilation error: exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant