mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 10:12:50 +00:00
8 lines
182 B
C
8 lines
182 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Common lib functions for all platforms that have bluetooth
|
||
|
|
*/
|
||
|
|
|
||
|
|
/// Given a level between 0-100, update the BLE attribute
|
||
|
|
void updateBatteryLevel(uint8_t level);
|