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