mirror of
https://git.btclock.dev/btclock/btclock_v3
synced 2025-04-23 01:01:21 +00:00
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);
|