File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 44platform = espressif32@6.12.0
55board = m5stack-stamps3
66framework = arduino
7- custom_version = 0.1.8.YDE
7+ custom_version = 0.1.8-heapkampf
88board_build.mcu = esp32s3
99board_build.f_cpu = 240000000L
1010board_build.flash_mode = qio
Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ def main():
147147 log ("STEP 1: Building firmware with PlatformIO" )
148148 log ("=" * 60 )
149149
150+ run_cmd ("pio run -t clean -e m5cardputer" , "Cleaning build artifacts" )
150151 run_cmd ("pio run -e m5cardputer" , "Compiling" )
151152 log_ok ("Firmware compiled successfully" )
152153
Original file line number Diff line number Diff line change 11// Auto-generated build info
22#pragma once
3- #define BUILD_TIME "2026-01-30T00:46:29.864884 "
3+ #define BUILD_TIME "2026-01-30T14:05:36.312515 "
44#define BUILD_VERSION "0.1.8-heapkampf"
5- #define BUILD_COMMIT "2eca906 "
5+ #define BUILD_COMMIT "f7b40fb "
You can’t perform that action at this time.
0 commit comments