Bump to 1.8.7
Some checks failed
Build Boards / Determine boards to build (push) Has been cancelled
Build Boards / Build ${{ matrix.board }} (push) Has been cancelled

This commit is contained in:
Terrence 2025-08-13 11:50:27 +08:00
parent cfb635d870
commit 00dd89079b

View File

@ -4,7 +4,7 @@
# CMakeLists in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.16)
set(PROJECT_VER "1.8.6")
set(PROJECT_VER "1.8.7")
# Add this line to disable the specific warning
add_compile_options(-Wno-missing-field-initializers)