mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-28 09:18:10 -05:00
6 lines
116 B
C
6 lines
116 B
C
#pragma once
|
|
|
|
extern bool axp192_found;
|
|
extern bool ssd1306_found;
|
|
extern bool isCharging;
|
|
extern bool isUSBPowered; |