mirror of
https://github.com/bendtherules/Patient-counter-esp8266.git
synced 2026-08-18 13:52:39 +00:00
9 lines
113 B
C
9 lines
113 B
C
#include <Arduino.h>
|
|
|
|
void setupOTALocal();
|
|
void handleOTALocal();
|
|
|
|
void handleOTARemote();
|
|
|
|
void printIPInfo();
|