start bbnow and deps

This commit is contained in:
2026-07-19 17:49:47 -05:00
parent 59d038efc2
commit 562b6cea8b
9 changed files with 125 additions and 0 deletions
+6
View File
@@ -1,6 +1,12 @@
#ifndef BBNOW_HPP
#define BBNOW_HPP
#include "esp_now.h"
/// The channel to use if not on a WIFI network
#define BBNOW_DEFAULT_CHANNEL 6
const static uint8_t BROADCAST_MAC[ESP_NOW_ETH_ALEN] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF };
void init_espnow();
#endif /* BBNOW_HPP */