Documented parameters in system setup which require a restart to become effective

This commit is contained in:
Lorenz Meier
2015-11-06 20:56:53 +01:00
parent b3554f2520
commit ca40cbcf6e
+2 -2
View File
@@ -40,7 +40,7 @@
/** /**
* Auto-start script index. * Auto-start script index.
* *
* Defines the auto-start script used to bootstrap the system. * CHANGING THIS VALUE REQUIRES A RESTART. Defines the auto-start script used to bootstrap the system.
* *
* @group System * @group System
*/ */
@@ -84,7 +84,7 @@ PARAM_DEFINE_INT32(SYS_RESTART_TYPE, 2);
/** /**
* Companion computer interface * Companion computer interface
* *
* Configures the baud rate of the companion computer interface. * CHANGING THIS VALUE REQUIRES A RESTART. Configures the baud rate of the companion computer interface.
* Set to zero to disable, set to these values to enable (NO OTHER VALUES SUPPORTED!) * Set to zero to disable, set to these values to enable (NO OTHER VALUES SUPPORTED!)
* 921600: enables onboard mode at 921600 baud, 8N1. 57600: enables onboard mode at 57600 baud, 8N1. * 921600: enables onboard mode at 921600 baud, 8N1. 57600: enables onboard mode at 57600 baud, 8N1.
* 157600: enables OSD mode at 57600 baud, 8N1. * 157600: enables OSD mode at 57600 baud, 8N1.