sketch is too big
Posted: Fri Oct 22, 2021 4:43 pm
I have an ESP32-WROOM-32,
the IDE is Arduino, C++
I using Library:
#include "BluetoothSerial.h"
#include <Esp32WifiManager.h>
#include <TimeLib.h>
#include <Timezone.h>
#include <NTPClient.h>
#if !defined(CONFIG_BT_ENABLED) || !defined(CONFIG_BLUEDROID_ENABLED)
#error Bluetooth is not enabled! Please run `make menuconfig` to and enable it
#endif
BluetoothSerial SerialBT;
when compile result:
Sketch too big
Please, how increment the program memory ESP32-WROOM-32?, or which module i can use?
Thank you.
the IDE is Arduino, C++
I using Library:
#include "BluetoothSerial.h"
#include <Esp32WifiManager.h>
#include <TimeLib.h>
#include <Timezone.h>
#include <NTPClient.h>
#if !defined(CONFIG_BT_ENABLED) || !defined(CONFIG_BLUEDROID_ENABLED)
#error Bluetooth is not enabled! Please run `make menuconfig` to and enable it
#endif
BluetoothSerial SerialBT;
when compile result:
Sketch too big
Please, how increment the program memory ESP32-WROOM-32?, or which module i can use?
Thank you.