From 8d1b714ba3c4395a70141afc1e4177bc7f26f06e Mon Sep 17 00:00:00 2001
From: Paul Beuchat <beuchatp@control.ee.ethz.ch>
Date: Thu, 30 Aug 2018 13:31:22 +0200
Subject: [PATCH] Small changes to wiki setup page layout

---
 wiki/setup.md | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/wiki/setup.md b/wiki/setup.md
index a0f7e1df..27000513 100644
--- a/wiki/setup.md
+++ b/wiki/setup.md
@@ -45,23 +45,23 @@ Click on *SET ORIGIN* and you're set.<br>
 The firmware of a crazyflie is updated by the teacher. Additionally, the teacher can set the channel of the crazyflies to prevent interference.<br>
 ### Firmware
 Instructions for flashing the firmware with the Crazyflie client can be found either here:
-
+<br>
 https://wiki.bitcraze.io/doc:crazyflie:client:pycfclient:index#firmware_upgrade
-
+<br>
 or here:
-
+<br>
 https://www.bitcraze.io/getting-started-with-the-crazyflie-2-0/#update-fw
-
+<br>
 The compiled versions of the Crazyflie firmware that are compatible with the `D-FaLL-System` can be found in the `crazyflie-firmware` folder of the repository.
-<br><br>
-
+<br>
+<br>
 If you have installed the Crazyflie Client properly, as described in the installation section, it can be started via a terminal window by typing `cfclient`.
-<br><br>
-
+<br>
+<br>
 If flashing the firmware on the NRF bluetooth chip, then you must connect the Crazyflie to the computer using a USB cable. If you only need to flash the STM32 main processor chip, this can be done wirelessly and you need to specify the correct address in the Crazyflie Client prior to following the steps below, i.e., the 0xE7E7E7E701 type address.
-
-The steps to flash the crazyflie are:
 <br>
+<br>
+The steps to flash the crazyflie are:
 1. Start the Crazyflie Client from terminal using the command `cfclient`<br>
 2. Turn the Crazyflie off<br>
 3. Start the Crazyflie in bootloader mode by pressing the ON/OFF button for 3 second. Two blue LEDs will start blinking to indicate the the Crazyflie has powered on into bootloader mode<br>
-- 
GitLab