fixed potential issue while set NRF pin to "off", added "default" behavior

This commit is contained in:
lumapu 2022-11-06 02:27:35 +01:00
parent 700c5c71e4
commit e3e141ab57
2 changed files with 5 additions and 5 deletions

View file

@ -367,7 +367,7 @@
e.appendChild(lbl(p[1], p[0].toUpperCase()));
if("ESP8266" == type) {
e.appendChild(sel(p[1], [
[255, "off"],
[255, "off / default"],
[0, "D3 (GPIO0)"],
[1, "TX (GPIO1)"],
[2, "D4 (GPIO2)"],
@ -389,7 +389,7 @@
}
else {
e.appendChild(sel(p[1], [
[255, "off"],
[255, "off / default"],
[0, "GPIO0"],
[1, "TX (GPIO1)"],
[2, "GPIO2 (LED)"],