forked from btclock/btclock_v3
8 lines
162 B
C++
8 lines
162 B
C++
|
#include <Arduino.h>
|
||
|
#include <ArduinoOTA.h>
|
||
|
#include "config.hpp"
|
||
|
#include "shared.hpp"
|
||
|
|
||
|
void setupOTA();
|
||
|
void onOTAStart();
|
||
|
void handleOTATask(void *parameter);
|