12 lines
463 B
YAML
12 lines
463 B
YAML
# Example configuration for BabyLIN hardware runs (SDK Python wrapper)
|
|
interface:
|
|
type: babylin
|
|
channel: 0 # Channel index (0-based) as used by the SDK
|
|
bitrate: 19200 # Usually defined by the SDF, kept for reference
|
|
node_name: ECU_TEST_NODE
|
|
sdf_path: .\vendor\Example.sdf # Path to your SDF file
|
|
schedule_nr: 0 # Schedule number to start on connect
|
|
flash:
|
|
enabled: true
|
|
hex_path: C:\\Path\\To\\firmware.hex # TODO: update
|