initial commit via gitinitshit

This commit is contained in:
2025-11-25 11:48:54 -07:00
commit 7346346920
20 changed files with 565 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Performance Notes
* log level info seems to be the same size as no output level, at least for bootloader, so defaulting to setting app and bootloader to log level info
## Builds
* trim minimal config
* bootloader compiled for performance
* bootloader log level info
* app compiled for performance
* app log level info
### ESP32
* 698080 bytes total image size
### ESP32-C6
* 635138 bytes total image size
### ESP32-C3
* 583696 bytes total image size
### ESP32-S3
* 554747 bytes total image size