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