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

esp32 not connect to bot #30

Open
PloyPanmaneeCNC opened this issue Nov 10, 2022 · 2 comments
Open

esp32 not connect to bot #30

PloyPanmaneeCNC opened this issue Nov 10, 2022 · 2 comments

Comments

@PloyPanmaneeCNC
Copy link

I upload program and setup via browser
after turn on again bot in telegram is not ping status like your fast installer do

i want to add control lock command so i try upload by myself libraries i use that in 9.6 folder
image

@jameszah
Copy link
Owner

avi_buf_size = avail_psram - 500 * 1024; //900 for hd, 500 for vga

So it works with the one-click installer and fails with the changes, or that error is from the one-click-installer?

The 150KB line means the camera does not have enough memory, and the memory was used by the space used to record a video. The line above reserves 500KB for the camera, but you could increase that to 700 ... 800.

Also it has only been tested with esp-arduino 2.04, arduino 1.8.19, and debug comments turned off. These might impact the memory usage.

I cannot actually find the fb_init() line in the code just now. Check your esp32-arduino version.

@DJprasenjit
Copy link

use the board ai thinker esp32 board

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

3 participants