aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Kenga <anton.k@airdog.com>2014-11-29 03:28:27 +0200
committerAnthony Kenga <anton.k@airdog.com>2014-11-29 03:28:27 +0200
commit8a688c67551a220213e3ac5a43b7b9e25a5c74f8 (patch)
treebc4c07fcf9377bfddbd15194a7df8059c117f2a1
parentae67e2365ba5b7d3e9b695baa3dea5f28014b553 (diff)
downloadpx4-firmware-8a688c67551a220213e3ac5a43b7b9e25a5c74f8.tar.gz
px4-firmware-8a688c67551a220213e3ac5a43b7b9e25a5c74f8.tar.bz2
px4-firmware-8a688c67551a220213e3ac5a43b7b9e25a5c74f8.zip
Added another reminder to simple tests scripthardware_tested_004
-rw-r--r--ROMFS/AirDogFMU/init.d/simple_tests3
1 files changed, 2 insertions, 1 deletions
diff --git a/ROMFS/AirDogFMU/init.d/simple_tests b/ROMFS/AirDogFMU/init.d/simple_tests
index f213e74e9..d31566c0d 100644
--- a/ROMFS/AirDogFMU/init.d/simple_tests
+++ b/ROMFS/AirDogFMU/init.d/simple_tests
@@ -28,4 +28,5 @@ pwm info
echo "------------------------CONTINUING--------------------------"
echo "You should also check sensor data in QGround control by rotating the board"
echo "Other things to check - if PX4IO chip updates on each startup if sonar is connected (BAD)"
-echo "Another thing - try setting a parameter via param set, then save via param save, reboot, check if value is changed" \ No newline at end of file
+echo "Another thing - try setting a parameter via param set, then save via param save, reboot, check if value is changed"
+echo "Oh. And you should check if SD card is mounted OK each time" \ No newline at end of file