fix compilation errors for v07

This commit is contained in:
Kyle Gabriel 2020-08-24 23:11:01 -04:00
parent 8d51d1b666
commit cf540faa74

View File

@ -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;