fix missing variable for Rev0
This commit is contained in:
parent
e7c53e4d34
commit
e5bb5dd000
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
|
|
||||||
TTGO-BEAM based TTN Tracker
|
TTGO T-BEAM Tracker for The Things Network
|
||||||
|
|
||||||
Copyright (C) 2018 by Xose Pérez <xose dot perez at gmail dot com>
|
Copyright (C) 2018 by Xose Pérez <xose dot perez at gmail dot com>
|
||||||
|
|
||||||
|
@ -29,12 +29,13 @@
|
|||||||
#ifdef T_BEAM_V10
|
#ifdef T_BEAM_V10
|
||||||
#include "axp20x.h"
|
#include "axp20x.h"
|
||||||
AXP20X_Class axp;
|
AXP20X_Class axp;
|
||||||
bool ssd1306_found = false;
|
|
||||||
bool axp192_found = false;
|
|
||||||
bool pmu_irq = false;
|
bool pmu_irq = false;
|
||||||
String baChStatus = "No charging";
|
String baChStatus = "No charging";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
bool ssd1306_found = false;
|
||||||
|
bool axp192_found = false;
|
||||||
|
|
||||||
// Message counter, stored in RTC memory, survives deep sleep
|
// Message counter, stored in RTC memory, survives deep sleep
|
||||||
RTC_DATA_ATTR uint32_t count = 0;
|
RTC_DATA_ATTR uint32_t count = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user