diff --git a/platform/avr-ravenlcd/raven3290.c b/platform/avr-ravenlcd/raven3290.c
index 43ad24a71..3a62fc1e8 100644
--- a/platform/avr-ravenlcd/raven3290.c
+++ b/platform/avr-ravenlcd/raven3290.c
@@ -55,9 +55,14 @@
* the menu will signal a caution symbol to the user letting them know the JTAG
* feature needs to be disabled.
* \image html caution.gif
+ * -# The JTAG header may also need to be physically disconnected from any external
+ * programming/debugging device in order to obtain correct temperature readings.
* -# Temp Data - Once the temperature reading is proper, the user can send this reading
* to the webserver for Sensor Reading Data (Once or Auto). The webserver will
* only update the html data when refreshed.
+ * -# EXT_SUPL_SIG - This signal connects the external supply voltage to ADC2 through a divider.
+ * Enabling MEASURE_ADC2 in temp.h causes it to be sampled and sent to the webserver along
+ * with the temperature.
*
* More information about the operation of the Contiki 6LoWPAN system can be found
* at the \ref tutorialraven.