diff --git a/docs/control/tech/README.md b/docs/control/tech/README.md index 000fb2e..785273b 100644 --- a/docs/control/tech/README.md +++ b/docs/control/tech/README.md @@ -538,7 +538,7 @@ The command language is kept simple, so it doesn't maintain a stack on the condi New conditional commands for 2023. Now \>xValue and/or \ * **a** accelerationValue - **\>aValue**CMD if(acceleration \> Value) then CMD, units in Gs * **b** batteryLevel - **\>bValue**CMD if(battery \> Value) then CMD, units in percentage -* **b:T** batteryTemperature - **\>bValue**CMD if(battery \> Value) then CMD, units in degrees C +* **b:T** batteryTemperature - **H13\>bValue**CMD if(battery \> Value) then CMD, units in degrees C * **c** coordDistance - **\>cDist**CMD then CMD, units in meters, compare distance from initial GPS location * **c:X** coord[A-Z]Distance - **\>c:XDist**CMD There are up to 26 pre-stored GPS locations oMFRMA=latt,long thru oMFRMZ. If nothing is store in FRMx, it will initialize with the current location. Reset a location with $FRMx=0,0 it will reinit with the current location. * **d** GPS DOP - **\xValue and/or \pValue**CMD if(spl \> Value) CMD, numbers are in dB -* **p:T** processorTempValue - **\>pValue**CMD if(processorTemp \> Value) then CMD, units in degrees C +* **p:T** processorTempValue - **H13\>pValue**CMD if(processorTemp \> Value) then CMD, units in degrees C * **r** recording - **\>r0**CMD1~CMD2 if(Recording > 0) then CMD1 else CMD2 * **r:C** remote Connected - **\>r:C0**CMD1~CMD2 if(RC_Connected) then CMD1 else CMD2 * **r:A** remote App Connected - **\>r:A0**CMD1~CMD2 if(App_Connected) then CMD1 else CMD2 @@ -621,6 +621,6 @@ Command steps explained: > repeat
-updated: August 25, 2024 +updated: September 17, 2024 [Learn more](..) on QR Control