Skip to content

Commit db69cdb

Browse files
committed
Bump firmware version to 0.0.15
1 parent 9cbc87c commit db69cdb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ lib_deps = bblanchon/ArduinoJson
2929
build_type = release
3030
build_flags = -DCORE_DEBUG_LEVEL=0 -O3
3131
extra_scripts = post:generate_user_custom.py
32-
custom_firmware_version = 0.0.11
32+
custom_firmware_version = 0.0.15
3333
custom_firmware_name = TLite-FW
3434
custom_firmware_suffix = .bin
3535
custom_firmware_dir = r:\

src/common_header.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
static constexpr const uint8_t firmware_ver_major = 0;
88
static constexpr const uint8_t firmware_ver_minor = 0;
9-
static constexpr const uint8_t firmware_ver_patch = 14;
9+
static constexpr const uint8_t firmware_ver_patch = 15;
1010

1111
static constexpr uint8_t frame_width = 32;
1212
static constexpr uint8_t frame_height = 24;

0 commit comments

Comments
 (0)