SIGN IN SIGN UP

fix dangling string in dmx_input createConfig()

problem: DmxVersionString was destroyed when createConfig() returns, so software_version_label became dangling already before dmx_driver_install(inputPortNum, &config, ...) consumes the configuration on Line 151

workaround: give the string static lifetime, so it stays valid after the function returns (MT-safe because the version does not change while WLED runs)
F
Frank committed
c4556f016d69f09143f357eedee63829d477dbc4
Parent: 347f533