corrected type of preferLanguage argument
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ struct options {
|
|||||||
/** the initial address to scan for scanconfig
|
/** the initial address to scan for scanconfig
|
||||||
* (@a ESC=none, 0xfe=broadcast ident, @a SYN=full scan, else: single slave address). */
|
* (@a ESC=none, 0xfe=broadcast ident, @a SYN=full scan, else: single slave address). */
|
||||||
symbol_t initialScan;
|
symbol_t initialScan;
|
||||||
string preferLanguage; //!< preferred language in configuration files
|
const char* preferLanguage; //!< preferred language in configuration files
|
||||||
bool checkConfig; //!< check CSV config files, then stop
|
bool checkConfig; //!< check CSV config files, then stop
|
||||||
bool dumpConfig; //!< dump CSV config files, then stop
|
bool dumpConfig; //!< dump CSV config files, then stop
|
||||||
unsigned int pollInterval; //!< poll interval in seconds, 0 to disable [5]
|
unsigned int pollInterval; //!< poll interval in seconds, 0 to disable [5]
|
||||||
|
|||||||
Reference in New Issue
Block a user