mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-01 10:11:37 +02:00
fixed potential issue while set NRF pin to "off", added "default" behavior
This commit is contained in:
parent
700c5c71e4
commit
e3e141ab57
2 changed files with 5 additions and 5 deletions
|
@ -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)"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue