This website requires JavaScript.
Explore
Help
Sign In
fabian
/
pitrix
Watch
1
Star
0
Fork
0
You've already forked pitrix
Code
Issues
8
Releases
Activity
029c93166d
pitrix
/
include
/
ota.h
7 lines
74 B
C
Raw
Normal View
History
Unescape
Escape
Moved platform-specific code related to WiFi and services to my_wifi.h. Also, made the HTTP server stuff compatible to ESP32.
2019-06-13 04:01:44 +00:00
#
pragma once
Lots of re-organizing code and stuff.
2019-05-28 19:19:35 +00:00
#
include
<ArduinoOTA.h>
void
ota_setup
(
)
;
void
ota_loop
(
)
;
Reference in New Issue
Copy Permalink