mirror of
https://github.com/micropython/micropython.git
synced 2025-07-21 21:11:12 +02:00
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>
14 lines
179 B
Plaintext
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
|