Added bobby blinker for esp now

This commit is contained in:
CommanderRedYT
2022-05-03 01:33:15 +02:00
parent 4540a2afbf
commit 950d46b109
4 changed files with 100 additions and 0 deletions

View File

@ -12,6 +12,7 @@
#include "time_bobbycar.h"
#include "newsettings.h"
#include "bobbyhupe.h"
#include "bobbyblinker.h"
namespace espnow {
uint16_t lastYear; // Used for esp-now timesync
@ -146,6 +147,7 @@ void initESPNow()
void handle()
{
bobbyhupe::handle_hupe();
bobbyblinker::handle_blinker();
if (initialized < 255 && espnow_init_allowed())
{
initESPNow();