File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -283,6 +283,7 @@ You can ignore them:
283283- * ... nvs_open failed ...*
284284- * E (15) gpio: gpio_install_isr_service(500): GPIO isr service already installed*
285285- * CAUTION: GPIO pin ... is reserved for USB data* (ignore unless you are using USB connectivity)
286+ - * E NimBLEAdvertisementData: Cannot add UUID, data length exceeded!*
286287
287288## USB not recognized error (ESP32S3 boards)
288289
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ static TaskHandle_t batteryMonitorDaemon = nullptr;
4141static uint8_t fg_i2c_address;
4242
4343// Other
44- #define DAEMON_STACK_SIZE 2048
44+ #define DAEMON_STACK_SIZE 2512
4545
4646// ----------------------------------------------------------------------------
4747// Setters
You can’t perform that action at this time.
0 commit comments