8000 esp32_s2 pinging too fast crashes CircuitPython · Issue #6762 · adafruit/circuitpython · GitHub
[go: up one dir, main page]

Skip to content
8000

esp32_s2 pinging too fast crashes CircuitPython #6762

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
bill88t opened this issue Aug 14, 2022 · 2 comments
Closed

esp32_s2 pinging too fast crashes CircuitPython #6762

bill88t opened this issue Aug 14, 2022 · 2 comments
Labels

Comments

@bill88t
Copy link
bill88t commented Aug 14, 2022

CircuitPython version

Adafruit CircuitPython 7.3.2-dirty on 2022-07-30; Waveshare ESP32-S2-Pico with ESP32S2

Code/REPL

import wifi
from ipaddress import ip_address
wifi.radio.connect(...) # insert your newclear launch codes here
while True:
    wifi.radio.ping(ip_address("1.1.1.1"))

Behavior

image

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

@bill88t bill88t added the bug label Aug 14, 2022
@anecdata
Copy link
Member

Dupe of #5980

@bill88t
Copy link
Author
bill88t commented Aug 15, 2022

Sorry. I will close this issue now.

@bill88t bill88t closed this as completed Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants
0