Files
micropython/tests/multi_wlan/01_ap_sta.py.exp
Angus Gratton 0e383a31b9 tests: Add basic wlan test.
Includes adding some ESP8266 port output to the ignored output list for the
multitest runner.

This test passes on ESP8266 and various ESP32s (including talking to each
other). Without the fix in the parent commit, ESP32 AP will fail if the
station can report its channel (i.e. channel is wrong).

Testing with a CYW43 (RPI_PICO_W) currently fails but I have some fixes
to submit so it can pass as well.

Signed-off-by: Angus Gratton <angus@redyak.com.au>
2024-11-28 15:39:06 +11:00

14 lines
179 B
Plaintext

--- instance0 ---
AP started
...
AP got station
AP disabling...
--- instance1 ---
STA connecting...
...
STA connected
channel 8
STA waiting for disconnect...
...
STA disconnected