-
Notifications
You must be signed in to change notification settings - Fork 105
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
error: 'PinStatus' does not name a type #184
Comments
Is there an update for this? WiFiNINA_Generic compiles fine but the library just hangs when running on the PyPortal. We currently have no solution for using Wifi on our PyPortal. EDIT: Going back to an earlier version of WiFiNINA makes this error go away and it still passes the Adafruit PyPortal test. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Version 1.8.2 does not have this issue. Its only v1.8.3 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I also have this issue in PIO using the following ini: [env]
framework = arduino
lib_deps = arduino-libraries/ArduinoIoTCloud@^1.11.1
build_type = debug
lib_ldf_mode = deep+
[env:esp32dev]
platform = espressif32
board = nodemcu-32s Now reverting to v1.8.2. |
The library fails to compile for the Adafruit PyPortal Titano board:
WiFiNINA version
1.8.10
Additional context
Additional reports
Workaround
Use this instead: https://github.com/khoih-prog/WiFiNINA_Generic
The text was updated successfully, but these errors were encountered: