mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-30 14:40:40 +00:00
* UDP for RAK4631 Eth Gw and the t-eth-elite. Also enable IP output on Portduino. Solves #7149 * Copilot suggestion Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix portduino build * initialize local port --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
8 lines
112 B
C
8 lines
112 B
C
#pragma once
|
|
|
|
#include "configuration.h"
|
|
#include <Arduino.h>
|
|
|
|
bool initEthernet();
|
|
bool isEthernetAvailable();
|