-
Notifications
You must be signed in to change notification settings - Fork 108
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
Fix PinStatus error on some platforms #185
base: master
Are you sure you want to change the base?
Conversation
On some platforms, fix compile error: 'PinStatus' does not name a type
Memory usage change @ 8bf8f73
Click for full report table
Click for full report CSV
|
I think the right |
Whats the current state of this issue? Need it to run on PlatformIO |
Using this branch, I'm getting now the following error:
|
Memory usage change @ 955cc1f
Click for full report table
Click for full report CSV
|
Same error as @SunboX when this PR was applied to WifiNiNa 1.8.13 while compiling for Arduino Uno Wifi. |
Memory usage change @ 379c9b0
Click for full report table
Click for full report CSV
|
### Releases v1.8.14-4 1. Fix bugs by using some unmerged PRs from original WiFiNINA, such as: - [WiFi.config - setting defaults as the Ethernet library #219](arduino-libraries/WiFiNINA#219) - [Fix WiFiClient watchdog usage #211](arduino-libraries/WiFiNINA#211) - [Watchdog trigger changes #208](arduino-libraries/WiFiNINA#208) - [added server.accept() #204](arduino-libraries/WiFiNINA#204) - [Fix PinStatus error on some platforms #185](arduino-libraries/WiFiNINA#185) 2. Add many WiFiMulti-related examples in [WiFiMulti](https://github.com/khoih-prog/WiFiNINA_Generic/tree/master/examples/WiFiMulti) 3. Update examples 4. Update `Packages' Patches`
### Releases v1.8.14-4 1. Fix bugs by using some unmerged PRs from original WiFiNINA, such as: - [WiFi.config - setting defaults as the Ethernet library #219](arduino-libraries/WiFiNINA#219) - [Fix WiFiClient watchdog usage #211](arduino-libraries/WiFiNINA#211) - [Watchdog trigger changes #208](arduino-libraries/WiFiNINA#208) - [added server.accept() #204](arduino-libraries/WiFiNINA#204) - [Fix PinStatus error on some platforms #185](arduino-libraries/WiFiNINA#185) 2. Add many WiFiMulti-related examples in [WiFiMulti](https://github.com/khoih-prog/WiFiNINA_Generic/tree/master/examples/WiFiMulti) 3. Update examples 4. Update `Packages' Patches`
### Releases v1.8.14-4 1. Fix bugs by using some unmerged PRs from original WiFiNINA, such as: - [WiFi.config - setting defaults as the Ethernet library #219](arduino-libraries/WiFiNINA#219) - [Fix WiFiClient watchdog usage #211](arduino-libraries/WiFiNINA#211) - [Watchdog trigger changes #208](arduino-libraries/WiFiNINA#208) - [added server.accept() #204](arduino-libraries/WiFiNINA#204) - [Fix PinStatus error on some platforms #185](arduino-libraries/WiFiNINA#185) 2. Add many WiFiMulti-related examples in [WiFiMulti](https://github.com/khoih-prog/WiFiNINA_Generic/tree/master/examples/WiFiMulti) 3. Update examples 4. Update `Packages' Patches`
Memory usage change @ b2f62eb
Click for full report table
Click for full report CSV
|
Memory usage change @ 1c93556
Click for full report table
Click for full report CSV
|
Memory usage change @ aa18ec8
Click for full report table
Click for full report CSV
|
Memory usage change @ 71eb85d
Click for full report table
Click for full report CSV
|
Memory usage change @ 6282eb5
Click for full report table
Click for full report CSV
|
Memory usage change @ 22e85df
Click for full report table
Click for full report CSV
|
On some platforms, fix compile error: 'PinStatus' does not name a type
Check error: 'PinStatus' does not name a type #184