From aa008edfbeade86a332e0057a88f1390160b1db4 Mon Sep 17 00:00:00 2001 From: Verkehrsrot Date: Sun, 10 Jun 2018 16:37:48 +0200 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 168e81c7..c347c370 100644 --- a/README.md +++ b/README.md @@ -20,23 +20,23 @@ This can all be done with a single small and cheap ESP32 board for less than $20 # Hardware Supported ESP32 based LoRa IoT boards: -- Heltec LoRa-32 a) -- TTGOv1 a) -- TTGOv2 a,d) -- TTGOv2.1 a),e) -- TTGO T-Beam d),e),f) -- Pycom LoPy b) -- Pycom LoPy4 b) -- Pycom FiPy b) -- LoLin32 with [LoraNode32 shield](https://github.com/hallard/LoLin32-Lora) b),c) -- LoLin32 Lite with [LoraNode32-Lite shield](https://github.com/hallard/LoLin32-Lite-Lora) b),c) +- **Heltec LoRa-32** a) +- **TTGOv1** a) +- **TTGOv2** a,d) +- **TTGOv2.1** a),e) +- **TTGO T-Beam** d),e),f) +- **Pycom LoPy** b),f)* +- **Pycom LoPy4** b),f)* +- **Pycom FiPy** b),f)* +- **LoLin32** with [LoraNode32 shield](https://github.com/hallard/LoLin32-Lora) b),c) +- **LoLin32 Lite** with [LoraNode32-Lite shield](https://github.com/hallard/LoLin32-Lite-Lora) b),c) a) on board OLED Display supported; b) on board RGB LED supported; c) on board Hardware unique DEVEUI supported; d) external wiring needed, see instructions in file /hal/.h; e) battery voltage monitoring supported; -f) on board GPS supported +f) on board GPS supported, *for Pycom devices with additional PyTrack board Target platform must be selected in [platformio.ini](https://github.com/cyberman54/ESP32-Paxcounter/blob/master/platformio.ini).
Hardware dependent settings (pinout etc.) are stored in board files in /hal directory.