mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-26 09:59:01 +00: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; |