Raise.dev's Arduino ESP32 firmware example for using raise-dev-library and raisedevs/version-upload-action.
You can use this repository as a template to create your own firmware project using the Raise.dev Console.
GitHub Actions secrets are used to manage WiFi credentials.
When doing local development with the PlatformIO IDE for VSCode (recommended) or the PlatformIO Core (CLI), you'll need to manually add the include/wifi_credentials.h file with contents like:
#define WIFI_SSID "Your WiFi Network"
#define WIFI_PASSWORD "your-wifi-network-password"If you have any problems: contact Mike and he'll help.
Alpha and in active development.
Licensed under the MIT License. The full license text is available in LICENSE.txt.