1 parent 9cbc87c commit db69cdbCopy full SHA for db69cdb
2 files changed
platformio.ini
@@ -29,7 +29,7 @@ lib_deps = bblanchon/ArduinoJson
29
build_type = release
30
build_flags = -DCORE_DEBUG_LEVEL=0 -O3
31
extra_scripts = post:generate_user_custom.py
32
-custom_firmware_version = 0.0.11
+custom_firmware_version = 0.0.15
33
custom_firmware_name = TLite-FW
34
custom_firmware_suffix = .bin
35
custom_firmware_dir = r:\
src/common_header.h
@@ -6,7 +6,7 @@
6
7
static constexpr const uint8_t firmware_ver_major = 0;
8
static constexpr const uint8_t firmware_ver_minor = 0;
9
-static constexpr const uint8_t firmware_ver_patch = 14;
+static constexpr const uint8_t firmware_ver_patch = 15;
10
11
static constexpr uint8_t frame_width = 32;
12
static constexpr uint8_t frame_height = 24;
0 commit comments