fix compilation errors for v07
This commit is contained in:
parent
8d51d1b666
commit
cf540faa74
@ -26,12 +26,10 @@
|
|||||||
#include <TinyGPS++.h>
|
#include <TinyGPS++.h>
|
||||||
#include <Wire.h>
|
#include <Wire.h>
|
||||||
|
|
||||||
#ifdef T_BEAM_V10
|
|
||||||
#include "axp20x.h"
|
#include "axp20x.h"
|
||||||
AXP20X_Class axp;
|
AXP20X_Class axp;
|
||||||
bool pmu_irq = false;
|
bool pmu_irq = false;
|
||||||
String baChStatus = "No charging";
|
String baChStatus = "No charging";
|
||||||
#endif
|
|
||||||
|
|
||||||
bool ssd1306_found = false;
|
bool ssd1306_found = false;
|
||||||
bool axp192_found = false;
|
bool axp192_found = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user