mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-27 02:14:37 +00:00
More case-sensitivity instances
This commit is contained in:
parent
005e8501ce
commit
93d041b4b0
@ -3,7 +3,7 @@
|
||||
#include "./MenuApplet.h"
|
||||
|
||||
#include "PowerStatus.h"
|
||||
#include "rtc.h"
|
||||
#include "RTC.h"
|
||||
|
||||
using namespace NicheGraphics;
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
#include "./Notification.h"
|
||||
|
||||
#include "rtc.h"
|
||||
#include "RTC.h"
|
||||
|
||||
using namespace NicheGraphics;
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#ifdef MESHTASTIC_INCLUDE_INKHUD
|
||||
|
||||
#include "rtc.h"
|
||||
#include "RTC.h"
|
||||
|
||||
#include "gps/GeoCoord.h"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
#include "./RecentsListApplet.h"
|
||||
|
||||
#include "rtc.h"
|
||||
#include "RTC.h"
|
||||
|
||||
using namespace NicheGraphics;
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
#include "./ThreadedMessageApplet.h"
|
||||
|
||||
#include "RTC.h"
|
||||
#include "mesh/NodeDB.h"
|
||||
#include "rtc.h"
|
||||
|
||||
using namespace NicheGraphics;
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
#include "./WindowManager.h"
|
||||
|
||||
#include "RTC.h"
|
||||
#include "mesh/NodeDB.h"
|
||||
#include "rtc.h"
|
||||
|
||||
// System applets
|
||||
// Must be defined in .cpp to prevent a circular dependency with Applet base class
|
||||
|
Loading…
Reference in New Issue
Block a user