write_config

Function write_config 

Source
pub fn write_config(config: &RadioConfig) -> Vec<u8> 
Expand description

Generates a .d75 file from a RadioConfig.

The output is the header concatenated with the raw memory image, with channel data, names, and flags patched in from the RadioConfig::channels entries.