mirror of
https://github.com/adrigongv23/G26---Telemetry-Software.git
synced 2026-08-25 11:33:17 +02:00
7 lines
149 B
C++
7 lines
149 B
C++
#pragma once
|
|
|
|
#include <Arduino.h>
|
|
|
|
bool bridge_init();
|
|
void bridge_process();
|
|
bool bridge_send_espnow(const byte *data, size_t len, byte intentos);
|