File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -185,7 +185,7 @@ extern int ARDUINO_ISR_ATTR __digitalRead(uint8_t pin) {
|
185 | 185 | #endif // RGB_BUILTIN
|
186 | 186 | // This work when the pin is set as GPIO and in INPUT mode. For all other pin functions, it may return inconsistent response
|
187 | 187 | if (perimanGetPinBus(pin, ESP32_BUS_TYPE_GPIO) == NULL) {
|
188 |
| -log_w("IO %i is not set as GPIO. digitalRead() may return an inconsistent value."); |
| 188 | +log_w("IO %i is not set as GPIO. digitalRead() may return an inconsistent value.", pin); |
189 | 189 | }
|
190 | 190 | return gpio_get_level((gpio_num_t)pin);
|
191 | 191 | }
|
|
You can’t perform that action at this time.
0 commit comments