🧑‍💻 Serial ternary args, etc.

This commit is contained in:
Scott Lahteine
2023-05-15 19:48:30 -05:00
parent dd184cf3c2
commit 6e5f41fe6b
9 changed files with 9 additions and 14 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ inline void servo_probe_test() {
#endif
SERIAL_ECHOLNPGM(". Probe " _PROBE_PREF "_PIN: ", PROBE_TEST_PIN);
serial_ternary(probe_hit_state, F(". " _PROBE_PREF "_ENDSTOP_HIT_STATE: "), F("HIGH"), F("LOW"));
serial_ternary(F(". " _PROBE_PREF "_ENDSTOP_HIT_STATE: "), probe_hit_state, F("HIGH"), F("LOW"));
SERIAL_EOL();
SET_INPUT_PULLUP(PROBE_TEST_PIN);