[esp32_ble_server] add test for lambda characteristic (#14091)

This commit is contained in:
Rodrigo Martín
2026-02-19 15:23:22 +01:00
committed by GitHub
parent 4d05e4d576
commit 4cc1e6a910

View File

@@ -33,6 +33,10 @@ esp32_ble_server:
- uuid: 2a24b789-7a1b-4535-af3e-ee76a35cc42d
advertise: false
characteristics:
- id: test_lambda_characteristic
uuid: 2a24b789-7a1b-4535-af3e-ee76a35cc12c
read: true
value: !lambda return { 1, 2 };
- id: test_change_characteristic
uuid: 2a24b789-7a1b-4535-af3e-ee76a35cc11c
read: true