Auto stash before merge of "SlEggBotEL32Cfg" and "origin/SlEggBotEL32Cfg"

This commit is contained in:
2026-03-13 11:01:29 +01:00
parent ada5370693
commit 5a389975b2
11 changed files with 131621 additions and 0 deletions

BIN
firmware/boot_app0.bin Normal file

Binary file not shown.

BIN
firmware/bootloader.bin Normal file

Binary file not shown.

BIN
firmware/firmware.bin Normal file

Binary file not shown.

BIN
firmware/firmware.elf Executable file

Binary file not shown.

131335
firmware/firmware.map Normal file

File diff suppressed because one or more lines are too long

28
firmware/manifest.json Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "EggDuino ESP32 Firmware",
"version": "1.6a",
"new_install_prompt_erase": true,
"builds": [
{
"chipFamily": "ESP32",
"parts": [
{
"path": "bootloader.bin",
"offset": 4096
},
{
"path": "partitions.bin",
"offset": 32768
},
{
"path": "boot_app0.bin",
"offset": 57344
},
{
"path": "firmware.bin",
"offset": 65536
}
]
}
]
}

BIN
firmware/partitions.bin Normal file

Binary file not shown.