diff --git a/docs/specs/ble_versions/ble_2_0.md b/docs/specs/ble_versions/ble_2_0.md index fac0af77..278d1d35 100644 --- a/docs/specs/ble_versions/ble_2_0.md +++ b/docs/specs/ble_versions/ble_2_0.md @@ -389,7 +389,7 @@ Note: Counters start at 0x0 and reset after 0xF. 2 Header 80 - (0) continuation packet
(000) ignored
(0000) counter: 0 + (1) continuation packet
(000) ignored
(0000) counter: 0 Payload @@ -400,7 +400,7 @@ Note: Counters start at 0x0 and reset after 0xF. 3 Header 81 - (0) continuation packet
(000) ignored
(0001) counter: 1 + (1) continuation packet
(000) ignored
(0001) counter: 1 Payload @@ -410,7 +410,7 @@ Note: Counters start at 0x0 and reset after 0xF. -### Example: Depacketizing a Mutli-Packet Message +### Example: Depacketizing a Multi-Packet Message

Packets Received: 5

@@ -4255,9 +4255,9 @@ Below is a table of supported status IDs.
2 Internal battery level - Rough approximation of internal battery level in bars + Rough approximation of internal battery level in bars (or charging) integer - 0: Zero
1: One
2: Two
3: Three
+ 0: Zero
1: One
2: Two
3: Three
4: Charging
@@ -4459,7 +4459,7 @@ Below is a table of supported status IDs.
29 Wlan ssid - Provisioned WIFI AP SSID. On BLE connection, value is big-endian byte-encoded int + SSID of the AP the camera is currently connected to. On BLE connection, value is big-endian byte-encoded int string * @@ -4471,7 +4471,7 @@ Below is a table of supported status IDs.
30 Ap ssid - Camera's WIFI SSID. On BLE connection, value is big-endian byte-encoded int + The camera's WiFi SSID. On BLE connection, value is big-endian byte-encoded int string * diff --git a/docs/specs/http_versions/http_2_0.md b/docs/specs/http_versions/http_2_0.md index 2ef2e34e..97b2e80d 100644 --- a/docs/specs/http_versions/http_2_0.md +++ b/docs/specs/http_versions/http_2_0.md @@ -4444,9 +4444,9 @@ Below is a table of supported status IDs.
2 Internal battery level - Rough approximation of internal battery level in bars + Rough approximation of internal battery level in bars (or charging) integer - 0: Zero
1: One
2: Two
3: Three
+ 0: Zero
1: One
2: Two
3: Three
4: Charging
@@ -4648,7 +4648,7 @@ Below is a table of supported status IDs.
29 Wlan ssid - Provisioned WIFI AP SSID. On BLE connection, value is big-endian byte-encoded int + SSID of the AP the camera is currently connected to. On BLE connection, value is big-endian byte-encoded int string * @@ -4660,7 +4660,7 @@ Below is a table of supported status IDs.
30 Ap ssid - Camera's WIFI SSID. On BLE connection, value is big-endian byte-encoded int + The camera's WiFi SSID. On BLE connection, value is big-endian byte-encoded int string *