Skip to content
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

reboot #3

Open
leocrnkovic opened this issue Oct 14, 2017 · 0 comments
Open

reboot #3

leocrnkovic opened this issue Oct 14, 2017 · 0 comments

Comments

@leocrnkovic
Copy link

leocrnkovic commented Oct 14, 2017

A simple loop makes my esp reboot:

count = 0
while LOOP == 1:	
	print(firebase.get(URL))
	time.sleep(1)
	firebase.put(URL, count)
	time.sleep(5)
        count += 1
assertion "0" failed: file "../../py/../extmod/modussl_mbedtls.c", line 151, function: socket_new
abort() was called at PC 0x4013186b on core 0

Backtrace: 0x400873f7:0x3ffcde30 0x40087423:0x3ffcde50 0x4013186b:0x3ffcde70 0x400ecf4b:0x3ffcdea0 0x400df736:0x3ffcdef0 0x400dbbe1:0x3ffcdf20 0x400dbc49:0x3ffcdf40 0x400e8c29:0x3ffcdf60 0x400df7c4:0x3ffce000 0x400dbbe1:0x3ffce030 0x400dc1fc:0x3ffce050 0x400e8be3:0x3ffce0b0 0x400df7c4:0x3ffce150 0x400dbbe1:0x3ffce1c0 0x400dbc49:0x3ffce1e0 0x400e8c29:0x3ffce200 0x400df7c4:0x3ffce2a0 0x400dbbe1:0x3ffce310 0x400dbc49:0x3ffce330 0x400e8c29:0x3ffce350 0x400df7c4:0x3ffce3f0 0x400dbbe1:0x3ffce460 0x400dbc0e:0x3ffce480 0x400f715e:0x3ffce4a0 0x400f73c1:0x3ffce540 0x400eeec7:0x3ffce560
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant