mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-27 02:14:37 +00:00
Make sure settingsStrings get initialized
This commit is contained in:
parent
4f205718f0
commit
1447148811
@ -77,6 +77,10 @@ void portduinoSetup()
|
||||
gpioInit();
|
||||
|
||||
std::string gpioChipName = "gpiochip";
|
||||
settingsStrings[i2cdev] = "";
|
||||
settingsStrings[keyboardDevice] = "";
|
||||
settingsStrings[webserverrootpath] = "";
|
||||
settingsStrings[spidev] = "";
|
||||
|
||||
YAML::Node yamlConfig;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user