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 staging URL as a json key pair #192

Merged
merged 10 commits into from
Dec 15, 2021
Merged

Add staging URL as a json key pair #192

merged 10 commits into from
Dec 15, 2021

Conversation

brentru
Copy link
Member

@brentru brentru commented Dec 13, 2021

This pull request:

  • Adds an optional io_url field to the filesystem's secrets.json file. Used for connecting to IO development servers.
  • Disables CI from building staging-specific firmware, all .uf2 files should be able to connect to a different server with a small modification to secrets.json.
  • Changes mqttRC = WS._mqtt->connect(WS._username, WS._key); to mqttRC = WS._mqtt->connect(); as the Adafruit_MQTT_Client object was configured within a previous call to setupMQTTClient

@brentru
Copy link
Member Author

brentru commented Dec 15, 2021

Tested with PyPortal and Adafruit Feather ESP32-S2

@brentru brentru merged commit 078fdc0 into master Dec 15, 2021
@brentru brentru deleted the add-secrets-url branch December 15, 2021 17:20
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