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

error: 'PinStatus' does not name a type #184

Open
yashmulgaonkar opened this issue Jun 9, 2021 · 7 comments · May be fixed by #185
Open

error: 'PinStatus' does not name a type #184

yashmulgaonkar opened this issue Jun 9, 2021 · 7 comments · May be fixed by #185
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@yashmulgaonkar
Copy link

yashmulgaonkar commented Jun 9, 2021

The library fails to compile for the Adafruit PyPortal Titano board:

Error: WiFiNINA\src/utility/wifi_drv.h:293:12: error: 'PinStatus' does not name a type

WiFiNINA version

1.8.10

Additional context

Additional reports

Workaround

Use this instead: https://github.com/khoih-prog/WiFiNINA_Generic

@khoih-prog khoih-prog linked a pull request Jun 9, 2021 that will close this issue
@FreeGoldRush
Copy link

FreeGoldRush commented Jul 1, 2021

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.

@jhoughjr

This comment has been minimized.

@Darvesh7

This comment has been minimized.

@Darvesh7
Copy link

Version 1.8.2 does not have this issue. Its only v1.8.3

ladyada pushed a commit to adafruit/ArduinoCore-samd that referenced this issue Jan 4, 2022
@xvs03

This comment has been minimized.

@xvs03

This comment has been minimized.

@per1234 per1234 added the type: imperfection Perceived defect in any part of project label Mar 21, 2023
@ghost
Copy link

ghost commented May 30, 2023

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.

@per1234 per1234 added the topic: code Related to content of the project itself label Mar 20, 2025
@per1234 per1234 linked a pull request Mar 20, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants