Working on a datalogger Project where data is stored in SD Card and sent to the Server Using http post method using esp32 and GSM Modem 4G because wifi is not available at working site....all things are working well. Here I want to add bluetooth to see the logs wirelessly in my phone. When I compile after adding bluetooth flash size gone 117% of available flash size..because of that it cannot be loaded into flash.
One of the solution i found that remove the OTA Space or increase the app memory size using partition table. It is a file available in bin folder. I change the parameter according to arduino huge partation csv....but it does not work. Please help me to find out the solution to increase the flash memory size for compile code using partition table.
One of the solution i found that remove the OTA Space or increase the app memory size using partition table. It is a file available in bin folder. I change the parameter according to arduino huge partation csv....but it does not work. Please help me to find out the solution to increase the flash memory size for compile code using partition table.