updated screen + added OTA

This commit is contained in:
2021-07-27 08:26:12 +02:00
parent 11b146c2d1
commit dd511c8e18
14 changed files with 261 additions and 57 deletions

8
esp_ota.h Normal file
View File

@@ -0,0 +1,8 @@
#pragma once
#include "Arduino.h"
#include <ArduinoOTA.h>
#include "lcd.h"
void initEspOta(void);
void handleEspOta(void);