Boot apps refactored (#498)
- Specify launcher via menuconfig - Specify auto-start app via menuconfig - Implement more rigid boot.properties fallbacks - Devices with tiny screen now auto-start ApWebServer - ApWebServer UI fixes
This commit is contained in:
committed by
GitHub
parent
49632d15c9
commit
8ff990d635
@@ -17,7 +17,7 @@ struct BootSettings {
|
||||
* then it will try to load the one from the data mount point.
|
||||
*
|
||||
* @param[out] properties the resulting properties
|
||||
* @return true when the properties were successfully loaded and the result was set
|
||||
* @return true when the properties were successfully loaded (they might still be empty strings!)
|
||||
*/
|
||||
bool loadBootSettings(BootSettings& properties);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user