Basic OTA Sketch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Basic Over-The-Air Sketch | |
// Library from: https://github.com/sensebox/OTALibrary needs to be installed | |
// Press Red button while holding down the grey button | |
// Afterwards the OTA mode should be enabled | |
#include <SenseBoxOTA.h> | |
void setup() | |
{ | |
} | |
void loop() | |
{ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment