mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* ESP-NOW experiment with terminal-chat
This commit is contained in:
parent
f33e1b22b3
commit
7bd7bfb14a
6 changed files with 182 additions and 0 deletions
11
variants/espnow_c3/target.cpp
Normal file
11
variants/espnow_c3/target.cpp
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#include <Arduino.h>
|
||||
#include "target.h"
|
||||
|
||||
ESP32Board board;
|
||||
|
||||
ESPNOWRadio radio;
|
||||
|
||||
bool radio_init() {
|
||||
radio.begin();
|
||||
return true; // success
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue