kizniche / ttgo-tbeam-ttn-tracker

TTGO T-Beam Tracker for TTN Mapper and TTN Tracker using US (915 MHz) and EU (868 MHz) frequencies
https://kylegabriel.com/projects/2019/04/lorawan-tracker-and-mapper.html
GNU General Public License v3.0
265 stars 139 forks source link

If the AXP192 is present, also display battery voltage and current. #17

Closed DooMMasteR closed 4 years ago

DooMMasteR commented 4 years ago

this will give a good estimate on the current battery state.

DooMMasteR commented 4 years ago

I also thought of using #ifdef but I usually don't like it, but if you want it #define based I could also create the patch for that (no worries on your end) the axp192_found check would only be there on rev 1.0 then, but I think on the ESP32 platform this is overkill and just creates less maintainable code…

kizniche commented 4 years ago

Sorry for the long delay to getting to this. Thanks for the PR.