From 26967b6b10cd259c648fa10769fbb94dbb11338a Mon Sep 17 00:00:00 2001 From: Matteo Golin Date: Wed, 6 Nov 2024 12:27:04 -0500 Subject: [PATCH] Fix section headings. --- radio-packet-format/sections/acceleration.tex | 2 +- radio-packet-format/sections/angularvel.tex | 2 +- radio-packet-format/sections/coordinates.tex | 2 +- radio-packet-format/sections/humidity.tex | 2 +- radio-packet-format/sections/pressure.tex | 2 +- radio-packet-format/sections/temperature.tex | 2 +- radio-packet-format/sections/voltage.tex | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/radio-packet-format/sections/acceleration.tex b/radio-packet-format/sections/acceleration.tex index 5eb1a22..72a839f 100644 --- a/radio-packet-format/sections/acceleration.tex +++ b/radio-packet-format/sections/acceleration.tex @@ -1,4 +1,4 @@ -\subsubsection{Linear Acceleration} +\subsection{Linear Acceleration} The linear acceleration block is used to convey generic 3-axis accelerometer data. This block is intended to abstract over the details of any individual accelerometer. The format of the acceleration block payload is described in figure diff --git a/radio-packet-format/sections/angularvel.tex b/radio-packet-format/sections/angularvel.tex index ce0ec74..a9f1e3f 100644 --- a/radio-packet-format/sections/angularvel.tex +++ b/radio-packet-format/sections/angularvel.tex @@ -1,4 +1,4 @@ -\subsubsection{Angular Velocity} +\subsection{Angular Velocity} The angular velocity block is used to convey generic 3-axis gyroscope data. This block is intended to abstract over the details of any individual gyroscope. The format of the acceleration block payload is described in figure diff --git a/radio-packet-format/sections/coordinates.tex b/radio-packet-format/sections/coordinates.tex index 1d86de7..3a69f1b 100644 --- a/radio-packet-format/sections/coordinates.tex +++ b/radio-packet-format/sections/coordinates.tex @@ -1,4 +1,4 @@ -\subsubsection{Coordinates} +\subsection{Coordinates} The coordinates block is used to convey the geographical (latitude and longitude) coordinates of the rocket. The format of the coordinates block is described in figure \ref{format:telem-coordinate}. diff --git a/radio-packet-format/sections/humidity.tex b/radio-packet-format/sections/humidity.tex index c5de747..9572fff 100644 --- a/radio-packet-format/sections/humidity.tex +++ b/radio-packet-format/sections/humidity.tex @@ -1,4 +1,4 @@ -\subsubsection{Humidity} +\subsection{Humidity} The humidity block is used to convey the relative humidity inside of the rocket. The format of the humidity block is described in figure \ref{format:telem-humidity}. diff --git a/radio-packet-format/sections/pressure.tex b/radio-packet-format/sections/pressure.tex index 9d71e9b..a2b350e 100644 --- a/radio-packet-format/sections/pressure.tex +++ b/radio-packet-format/sections/pressure.tex @@ -1,4 +1,4 @@ -\subsubsection{Pressure} +\subsection{Pressure} The pressure data block reports the pressure detected from within the rocket in Pascals. The format of the pressure block payload is described in figure \ref{format:telem-pressure}. diff --git a/radio-packet-format/sections/temperature.tex b/radio-packet-format/sections/temperature.tex index 100224b..b59a0ee 100644 --- a/radio-packet-format/sections/temperature.tex +++ b/radio-packet-format/sections/temperature.tex @@ -1,4 +1,4 @@ -\subsubsection{Temperature} +\subsection{Temperature} The temperature data block reports the temperature detected from within the rocket in millidegrees Celsius. The format of the temperature block payload is described in figure \ref{format:telem-temperature}. diff --git a/radio-packet-format/sections/voltage.tex b/radio-packet-format/sections/voltage.tex index 6737342..9e22e9f 100644 --- a/radio-packet-format/sections/voltage.tex +++ b/radio-packet-format/sections/voltage.tex @@ -1,4 +1,4 @@ -\subsubsection{Voltage} +\subsection{Voltage} The voltage data block reports the voltage measured on a specific electrical trace within the rocket. The measurement is associated with a generic numerical ID for identification by the receiver. This allows multiple voltage points to be