Merge pull request #1269 from pkendall64/crsf-max-output
[ExpressLRS.git] / src / lib / WIFI / devWIFI.h
blobe4fa66d4b2f3f990a52428809b6c4ad378a3bca0
1 #pragma once
3 #include "device.h"
5 #if defined(PLATFORM_ESP32) || defined(PLATFORM_ESP8266)
6 extern device_t WIFI_device;
7 #define HAS_WIFI
8 #endif