mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-14 09:15:22 +00:00
Keep WiFi defines out of platforms without WiFi
This commit is contained in:
parent
6c1db94ae7
commit
fc365a1fee
@ -1,10 +1,13 @@
|
|||||||
#include "api/WiFiServerAPI.h"
|
|
||||||
#include "buzz.h"
|
#include "buzz.h"
|
||||||
#include "configuration.h"
|
#include "configuration.h"
|
||||||
#include "graphics/Screen.h"
|
#include "graphics/Screen.h"
|
||||||
#include "input/LinuxInputImpl.h"
|
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "power.h"
|
#include "power.h"
|
||||||
|
#if ARCH_RASPBERRY_PI
|
||||||
|
#include "api/WiFiServerAPI.h"
|
||||||
|
#include "input/LinuxInputImpl.h"
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
void powerCommandsCheck()
|
void powerCommandsCheck()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user