Radio subida

This commit is contained in:
Álvaro Alcántara Ramírez 2026-08-03 21:38:32 +02:00
parent 5f81e54793
commit f0db3a8aeb
147 changed files with 11343 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#pragma once
#include <Arduino.h>
bool bridge_init();
void bridge_process();
bool bridge_send_espnow(const byte *data, size_t len, byte intentos);