mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-08 06:02:05 +00:00
HAS_SCREEN is only defined after including configuration.h
This commit is contained in:
parent
14aeeb7286
commit
f6a75a5f80
@ -1,9 +1,9 @@
|
||||
#include "configuration.h"
|
||||
#if HAS_SCREEN
|
||||
#include "NodeListRenderer.h"
|
||||
#include "CompassRenderer.h"
|
||||
#include "NodeDB.h"
|
||||
#include "NodeListRenderer.h"
|
||||
#include "UIRenderer.h"
|
||||
#include "configuration.h"
|
||||
#include "gps/GeoCoord.h"
|
||||
#include "gps/RTC.h" // for getTime() function
|
||||
#include "graphics/ScreenFonts.h"
|
||||
|
@ -1,9 +1,9 @@
|
||||
#include "configuration.h"
|
||||
#if HAS_SCREEN
|
||||
#include "UIRenderer.h"
|
||||
#include "CompassRenderer.h"
|
||||
#include "GPSStatus.h"
|
||||
#include "NodeDB.h"
|
||||
#include "NodeListRenderer.h"
|
||||
#include "UIRenderer.h"
|
||||
#include "configuration.h"
|
||||
#include "gps/GeoCoord.h"
|
||||
#include "graphics/Screen.h"
|
||||
|
Loading…
Reference in New Issue
Block a user