mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-05 09:30:42 +00:00
9 lines
134 B
C
9 lines
134 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "configuration.h"
|
||
|
|
#include <Arduino.h>
|
||
|
|
#include <functional>
|
||
|
|
|
||
|
|
bool initEthernet();
|
||
|
|
bool isEthernetAvailable();
|