Search found 1 match
- Fri Oct 22, 2021 4:43 pm
- Forum: ESP32 Arduino
- Topic: sketch is too big
- Replies: 0
- Views: 1851
sketch is too big
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! Pleas...