Skip to content

Commit e13e6ca

Browse files
committed
build info
1 parent f7b40fb commit e13e6ca

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
platform = espressif32@6.12.0
55
board = m5stack-stamps3
66
framework = arduino
7-
custom_version = 0.1.8.YDE
7+
custom_version = 0.1.8-heapkampf
88
board_build.mcu = esp32s3
99
board_build.f_cpu = 240000000L
1010
board_build.flash_mode = qio

scripts/build_release.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

src/build_info.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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"

0 commit comments

Comments
 (0)