From f8bddd661b6e792fca68c3909b6224cd169d5e68 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Fri, 22 Apr 2022 22:54:53 -0400 Subject: [PATCH] docs --- firmware/integration/LiveData.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/integration/LiveData.yaml b/firmware/integration/LiveData.yaml index 2033acca50..0653f1086e 100644 --- a/firmware/integration/LiveData.yaml +++ b/firmware/integration/LiveData.yaml @@ -3,7 +3,7 @@ # 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 manually todo: automate +# 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 # todo: what is sequence of events in terms of 'live_data_e' code generation?