We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e638fd7 commit 5379569Copy full SHA for 5379569
1 file changed
extras/tests/esp32_hw_based/serial_session.py
@@ -168,7 +168,7 @@ def wait_for_boot(self):
168
1. **Hardware reset on open** -- the ESP32 reboots automatically
169
when the serial port is opened. We wait for the pin
170
configuration prompt, send the config number, and wait for
171
- ``LOG start`` to confirm full boot.
+ ``StepperDemo`` to confirm full boot.
172
2. **No hardware reset** -- the ESP32 is already running.
173
We fall back to a software reset via the ``reset`` command
174
and then proceed as in case 1.
@@ -183,7 +183,7 @@ def wait_for_boot(self):
183
time.sleep(0.05)
184
self.send(self.config)
185
186
- self.wait_for("LOG start")
+ self.wait_for("StepperDemo")
187
time.sleep(0.1)
188
189
def send(self, command):
0 commit comments