Page 1 of 1

Having issue in using WiFi and Bluetooth together in ESP32 wroom

Posted: Sat Sep 17, 2022 12:52 pm
by Neyaz Firoz
Hi,
I am using both WiFi library and Bluetooth library together in my ESP32 wroom which is ending up with Error: The program size (1791345 bytes) is greater than maximum allowed (1310720 bytes) , Flash: [==========] 136.7% (used 1791345 bytes from 1310720 bytes).When I am changing the partion table with board_build.partitions=huge_app.csv the ESP32 board is getting reset everytime and I am not able to do anything further.
Please suggest me a right way to resolve this issue asap.