Skip to content

Instantly share code, notes, and snippets.

@Thiemann96
Last active May 20, 2020 10:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Thiemann96/2bcdf5e450c0e0391738b04fb7a53e03 to your computer and use it in GitHub Desktop.
Save Thiemann96/2bcdf5e450c0e0391738b04fb7a53e03 to your computer and use it in GitHub Desktop.
Basic OTA Sketch
// 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