You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importwififromipaddressimportip_addresswifi.radio.connect(...) # insert your newclear launch codes herewhileTrue:
wifi.radio.ping(ip_address("1.1.1.1"))
Behavior
Description
I was implementing the ping command for ljinux using wifi.radio.ping.
But I forgot to add a time.sleep in the while True so it spammed a morbillion pings.
Did do (in and outside of ljinux) it 3 times with 100% success rate. (see Code/REPL)
It may take a few seconds till it crashes.
About the dirty build: #6672, no official build yet.
It does not contain any further changes.
Additional information
No response
The text was updated successfully, but these errors were encountered:
CircuitPython version
Code/REPL
Behavior
Description
I was implementing the ping command for ljinux using
wifi.radio.ping
.But I forgot to add a time.sleep in the
while True
so it spammed a morbillion pings.Did do (in and outside of ljinux) it 3 times with 100% success rate. (see Code/REPL)
It may take a few seconds till it crashes.
About the dirty build: #6672, no official build yet.
It does not contain any further changes.
Additional information
No response
The text was updated successfully, but these errors were encountered: