mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 02:32:23 +00:00
Update NimBLE to 1.4.2 (#4163)
This commit is contained in:
@@ -245,7 +245,7 @@ void NimbleBluetooth::sendLog(const char *logMessage)
|
||||
if (!bleServer || !isConnected() || strlen(logMessage) > 512) {
|
||||
return;
|
||||
}
|
||||
logRadioCharacteristic->notify((uint8_t *)logMessage, strlen(logMessage));
|
||||
logRadioCharacteristic->notify(reinterpret_cast<const uint8_t *>(logMessage), strlen(logMessage));
|
||||
}
|
||||
|
||||
void clearNVS()
|
||||
|
||||
Reference in New Issue
Block a user