From 70e746f1fd5d231a222dea341a099924525811bd Mon Sep 17 00:00:00 2001 From: Roger Caplan Date: Fri, 30 Sep 2016 17:29:12 -0400 Subject: [PATCH] 1) downgrade to gitbook 2.x.x, as 3.x seems to have quite a few bugs that are failing the build 2) add some clarification as to the consequence of changing the root password --- book/book.json | 1 + book/starting-network.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/book/book.json b/book/book.json index 71b3b9a..2453136 100644 --- a/book/book.json +++ b/book/book.json @@ -1,4 +1,5 @@ { + "gitbook": "2.x.x", "title": "3DR Solo Development Guide", "description": "Guide for development of hardware and software for Solo.", "plugins":[ diff --git a/book/starting-network.md b/book/starting-network.md index 6d54f9a..0337f0b 100644 --- a/book/starting-network.md +++ b/book/starting-network.md @@ -50,4 +50,4 @@ ssh-keygen -R 10.1.1.1 ### Security -Solo's root SSH password is the same for all devices. We recommend not modifying the SSH password. Instead, improve security on your device by [changing the WiFi SSID and password](https://3drobotics.com/kb/setting-wifi-password/) via the app. +Solo's root SSH password is the same for all devices. We recommend not modifying the SSH password, as the [solo cli](starting-utils.html) will no longer be able to connect. Instead, improve security on your device by [changing the WiFi SSID and password](https://3drobotics.com/kb/setting-wifi-password/) via the app.