knock reaction #202

This commit is contained in:
rusefillc 2022-04-29 11:57:48 -04:00
parent 9a5556227a
commit 236d8c91ac
2 changed files with 1 additions and 1 deletions

View File

@ -54,6 +54,7 @@ jobs:
git add 'firmware/config/boards/*/generated_ts_name_by_pin.cpp'
git add java_console/io/src/main/java/com/rusefi/enums
git add java_console/models/src/main/java/com/rusefi/config/generated
git add *_generated.h
# get the original ramdisk images back in order to not overwrite the default placeholder
git checkout -- firmware/hw_layer/mass_storage/ramdisk_image.h firmware/hw_layer/mass_storage/ramdisk_image_compressed.h
git status

View File

@ -7,7 +7,6 @@
# entry format, where 'key' is a unique ID:
# key: [NameOfJavaToGenerate.java, folder_where_key.txt_is located, (optional advanced options)]
# Naming convention: top level struct in .txt file should be called key_s
# todo: double-check if manual git add is requited or if (both) generated files are auto-added into git
# at the moment new line would need to be added into StateDictionary.java manually todo: Add code generation of StateDictionary.java
#
# see gen_live_documentation.sh which is the main generation script