add an indicator for database updates

This commit is contained in:
jacqueline
2024-02-01 11:43:01 +11:00
parent 2626c0cffc
commit ee867f2dbc
5 changed files with 31 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
# For more information about build system see
# https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html
set(PROJECT_VER "0.2.1")
set(PROJECT_VER "0.3.0")
# esp-idf sets the C++ standard weird. Set cmake vars to match.
set(CMAKE_CXX_STANDARD 23)