* ESP-NOW experiment with terminal-chat
This commit is contained in:
9
variants/espnow_c3/target.h
Normal file
9
variants/espnow_c3/target.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <helpers/ESP32Board.h>
|
||||
#include <helpers/esp32/ESPNOWRadio.h>
|
||||
|
||||
extern ESP32Board board;
|
||||
extern ESPNOWRadio radio;
|
||||
|
||||
bool radio_init();
|
||||
Reference in New Issue
Block a user