ble: remove unused connection_state attribute
This commit is contained in:
@@ -26,9 +26,6 @@ struct Server {
|
||||
|
||||
#[gatt_service(uuid = "76be25c2-0000-44fc-a97c-bcb56c69c926")]
|
||||
struct WifiProvisioningService {
|
||||
#[characteristic(uuid = "76be25c2-0801-44fc-a97c-bcb56c69c926", read, notify, value = 0)]
|
||||
connection_state: u8,
|
||||
|
||||
#[characteristic(uuid = "76be25c2-0802-44fc-a97c-bcb56c69c926", read, notify, value = 0)]
|
||||
max_network_index: u8,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user