diff --git a/.github/workflows/gen-configs.yaml b/.github/workflows/gen-configs.yaml index 6f17474240..cc16c7ddc5 100644 --- a/.github/workflows/gen-configs.yaml +++ b/.github/workflows/gen-configs.yaml @@ -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 diff --git a/firmware/integration/LiveData.yaml b/firmware/integration/LiveData.yaml index d5a49910cb..22375a5e51 100644 --- a/firmware/integration/LiveData.yaml +++ b/firmware/integration/LiveData.yaml @@ -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