Skip to content

May someone here tell me how is my program is stopped? #7624

Answered by blaticslm
blaticslm asked this question in Q&A
Discussion options

You must be logged in to vote

Some updates: I now add close HTTP connection after each request, since it may free up the memory, but it is still crashing at the same traceback.

if(http.POST(toSend)>0) {
        //Serial.println(http.getString());
        http.clearAllCookies();
        //int time_end = millis();
        http.end();
        //Serial.println(millis()-time_end);
        delay(20);
      }

and this is my platform.ini setup

[env:esp-wrover-kit]
platform = espressif32
board = esp-wrover-kit
framework = arduino
monitor_speed = 115200
upload_speed = 921600

board_build.f_cpu = 240000000L
board_build.f_flash = 80000000L
board_build.flash_mode = qio

build_flags = 
	-DBOARD_HAS_PSRAM
	-mfix-esp32-psram-cache-i…

Replies: 4 comments 8 replies

Comment options

You must be logged in to vote
1 reply
@blaticslm
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by blaticslm
Comment options

You must be logged in to vote
7 replies
@mrengineer7777
Comment options

@blaticslm
Comment options

@mrengineer7777
Comment options

@blaticslm
Comment options

@mrengineer7777
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants