-
Notifications
You must be signed in to change notification settings - Fork 7.7k
-
Hi,
I am quite new to Arduino development and am using a doitESP32devkitV1
.
When updating from board version 2.0.3 to 2.0.4, my compile size changed from 97% to 108%. Other way round, I can fix it by downgrading to 2.0.3.
Is this expected? Can I use the new board version and disable some flags/... do still be in range of the board size?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 1 reply
-
This is not expected. Could you please elaborate a bit what your sketch does and uses. Maybe we can find the part that is causing it
Beta Was this translation helpful? Give feedback.
All reactions
-
It is a simple BLE scanner that transmits the found devices via HTTP and WiFi to another client.
The sketch supports AVR and ESP32 boards, the project is structured into multiple files (classes, helper functions, ...).
If there is anything else I can provide please let me know.
Beta Was this translation helpful? Give feedback.