esp32 + ota + doublereset

This commit is contained in:
2023-09-27 14:09:52 +02:00
parent 3fc594b824
commit 31fea83a3a
17 changed files with 1516 additions and 483 deletions

View File

@@ -0,0 +1,6 @@
#pragma once
#include "Arduino.h"
#include <WiFi.h>
bool getWifiStatus();