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

Add support for Arduino Nano 33 IoT, MKR1010 WiFi #202

Merged
merged 19 commits into from
Jan 6, 2022
Merged

Add support for Arduino Nano 33 IoT, MKR1010 WiFi #202

merged 19 commits into from
Jan 6, 2022

Conversation

brentru
Copy link
Member

@brentru brentru commented Jan 6, 2022

This pull request:

  • Adds support for Arduino Nano 33 IoT, MKR1010 WiFi
  • Replaces non-filesystem provisioning example for ESP8266 with new example, examples/Wippersnapper_NoFS/Wippersnapper_NoFS.ino
  • Credentials for devices without filesystem support are provided to the object, instead of the provision() function.
  • Fixed compilation error with ESP8266 on the I2C component
  • New Wippersnapper_WIFININA (src/network_interfaces/Wippersnapper_WIFININA.h) class added to allow users to provide credentials to the wippersnapper object directly from the sketch's user code.
    • Modified Wippersnapper_ESP8266 object to match the change above
  • ESP8266, Nano 33 IoT and MKR1010 WiFi added to build matrix.

@brentru brentru merged commit c05a050 into adafruit:master Jan 6, 2022
@brentru brentru deleted the add-nano33-iot branch January 6, 2022 20:23
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

Successfully merging this pull request may close these issues.

1 participant