From 51a5a1adb977cf3fda31a259c512e52a79c90d06 Mon Sep 17 00:00:00 2001 From: rusEfi Date: Mon, 12 Jan 2015 13:03:37 -0600 Subject: [PATCH] auto-sync --- firmware/rusefi_config.ini | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 firmware/rusefi_config.ini diff --git a/firmware/rusefi_config.ini b/firmware/rusefi_config.ini new file mode 100644 index 0000000000..9b6c66cdd1 --- /dev/null +++ b/firmware/rusefi_config.ini @@ -0,0 +1,11 @@ +# this file defines the format of rusEfi persistent configuration structure +# this file is processed by ../java_tools/config_definition.jar tool +# +# comments start with '#' +# +# each field is declared as +# type;name;comment + +engine_type_e;engineType;http://rusefi.com/wiki/index.php?title=Manual:Engine_Type + +int;headerMagicValue;this magic number is used to make sure that what we read from Flash is in fact some configuration \ No newline at end of file