Skip to content

Commit 1191a11

Browse files
options -> accepted_values
1 parent 879e533 commit 1191a11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

connectivity/drivers/wifi/COMPONENT_ESPRESSIF_ESP8266/mbed_lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"power-on-polarity": {
3333
"help": "Polarity of power-on for the modem. 0 means 0/1 for power on/off; 1 means 1/0 for power on/off.",
34-
"options": [0, 1],
34+
"accepted_values": [0, 1],
3535
"value": 0
3636
},
3737
"power-on-time-ms": {

storage/blockdevice/COMPONENT_SPIF/mbed_lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"SPI_FREQ": "40000000",
99
"debug": {
1010
"help": "Enable debug logs. [0/1]",
11-
"options" : [0, 1],
11+
"accepted_values" : [0, 1],
1212
"value": 0
1313
}
1414
},

0 commit comments

Comments
 (0)