Skip to content

Commit 3e91f8f

Browse files
committed
[GPIO] Add form note setting pull-up on Hardware tab (#4800)
1 parent 61e82de commit 3e91f8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/src/WebServer/DevicesPage.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1068,6 +1068,7 @@ void devicePage_show_pin_config(taskIndex_t taskIndex, deviceIndex_t DeviceIndex
10681068
if (device.PullUpOption)
10691069
{
10701070
addFormCheckBox(F("Internal PullUp"), F("TDPPU"), Settings.TaskDevicePin1PullUp[taskIndex]); // ="taskdevicepin1pullup"
1071+
addFormNote(F("Best to (also) configure pull-up on Hardware tab under \"GPIO boot states\""));
10711072
# if defined(ESP8266)
10721073

10731074
if ((Settings.TaskDevicePin1[taskIndex] == 16) || (Settings.TaskDevicePin2[taskIndex] == 16) ||

0 commit comments

Comments
 (0)