ota handling implemented

This commit is contained in:
nick-4711
2024-04-24 19:56:37 +07:00
parent e12a154235
commit 1c8d7b04e9
3 changed files with 23 additions and 17 deletions

View File

@ -5,6 +5,10 @@
#include "WiFi.h"
#endif
#ifndef GIT_VERSION
#define GIT_VERSION "snapshot"
#endif
AirGradient::AirGradient(BoardType type)
: pms5003(type), pms5003t_1(type), pms5003t_2(type), s8(type), sgp41(type),
display(type), boardType(type), button(type), statusLed(type),