Reduce BLE stack memory usage from ~68KB to ~52KB by disabling unused NimBLE roles (peripheral, broadcaster), limiting connections to 1, and reducing buffer counts for ACL, HCI events, and ATT entries. Remove unused cloud components (esp_insights, esp_rainmaker) that require unavailable server certificates. These changes prevent stack collision with the render shed, eliminating restart flaps on the reader device.
32 lines
600 B
Plaintext
32 lines
600 B
Plaintext
.pio
|
|
.idea
|
|
.DS_Store
|
|
.vscode
|
|
lib/EpdFont/fontsrc
|
|
lib/I18n/I18nKeys.h
|
|
lib/I18n/I18nStrings.h
|
|
lib/I18n/I18nStrings.cpp
|
|
*.generated.h
|
|
.vs
|
|
build
|
|
**/__pycache__/
|
|
/compile_commands.json
|
|
/.cache
|
|
.history/
|
|
/.venv
|
|
*.local*
|
|
*.cpfont
|
|
lib/EpdFont/scripts/downloaded_fonts/
|
|
lib/EpdFont/scripts/instanced_fonts/
|
|
lib/EpdFont/scripts/output/
|
|
# Claude Code: share project skills with the team, keep local agent state
|
|
# (worktrees, scheduled-task locks, settings.local, scout CLEANUP.md) out.
|
|
.claude/*
|
|
!.claude/skills/
|
|
/managed_components
|
|
/.dummy
|
|
dependencies.lock
|
|
sdkconfig.default
|
|
sdkconfig.defaults
|
|
CMakeLists.txt
|