mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-08 10:57:51 +00:00
8 lines
112 B
C
8 lines
112 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "configuration.h"
|
||
|
|
#include <Arduino.h>
|
||
|
|
|
||
|
|
bool initEthernet();
|
||
|
|
bool isEthernetAvailable();
|