mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 10:42:49 +00:00
report hw vendor and sw version via BLE
This commit is contained in:
@@ -18,4 +18,4 @@ void dumpCharacteristic(BLECharacteristic *c);
|
||||
uint32_t getValue32(BLECharacteristic *c, uint32_t defaultValue);
|
||||
|
||||
void loopBLE();
|
||||
BLEServer *initBLE(std::string devName);
|
||||
BLEServer *initBLE(std::string devName, std::string hwVendor, std::string swVersion);
|
||||
Reference in New Issue
Block a user