diff --git a/README.md b/README.md index 10b1eeb..eee48d9 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ Meanwhile, refer to [BresserWeatherSensorTTN - README.md](https://github.com/mat | CMD_GET_BLE_ADDR | 0xC8 (200) | 0x00 | ble_addr0[47:40]
ble_addr0[39:32]
ble_addr0[31:24]
ble_addr0[23:15]
ble_addr0[16:8]
ble_addr0[7:0]
... | | CMD_SET_BLE_ADDR | 0xC9 (201) | ble_addr0[47:40]
ble_addr0[39:32]
ble_addr0[31:24]
ble_addr0[23:15]
ble_addr0[16:8]
ble_addr0[7:0]
... | n.a. | | CMD_GET_BLE_CONFIG | 0xCA (202) | 0x00 | ble_active[7:0]
ble_scantime[7:0] | -| CMD_SET_BLE_SCANTIME | 0xCB (203) | ble_active[7:0]
ble_scantime[7:0] | n.a. | +| CMD_SET_BLE_CONFIG | 0xCB (203) | ble_active[7:0]
ble_scantime[7:0] | n.a. | ### Using the Javascript Uplink/Downlink Formatters