Added bobby blinker for esp now
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user