mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-04 04:40:50 +00:00
Missed some includes of userPrefs that would allow behavior we don't want
This commit is contained in:
parent
24ecfa1a45
commit
bcdda4de8a
@ -18,6 +18,7 @@
|
||||
#if ENABLE_JSON_LOGGING || ARCH_PORTDUINO
|
||||
#include "serialization/MeshPacketSerializer.h"
|
||||
#endif
|
||||
#include "../userPrefs.h"
|
||||
/**
|
||||
* Router todo
|
||||
*
|
||||
|
@ -16,6 +16,7 @@
|
||||
#ifdef ARCH_PORTDUINO
|
||||
#include "unistd.h"
|
||||
#endif
|
||||
#include "../userPrefs.h"
|
||||
#include "Default.h"
|
||||
#include "TypeConversions.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user