From cb43bd8e8ecea2b24814cfe849000431be5f6e41 Mon Sep 17 00:00:00 2001 From: Glyn Hudson Date: Mon, 5 Feb 2018 21:03:29 +0000 Subject: [PATCH] add emonupload --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index d47b731..e4176c1 100644 --- a/readme.md +++ b/readme.md @@ -38,6 +38,12 @@ Data from the emonTH is transmitted via wireless RF (433MHz) to an emonPi / emon # Firmware +## Pre-compiled + +Either upload pre-compiled firmware (from github releases) using our [emonUpload tool](https://github.com/openenergymonitor/emonupload) or compile and upload + +## Compile & Upload + PlatformIO is recommended as the easiest way to compile and upload Arduino compatible firmware for emonTH. One of the big advantages of using PlatformIO is all libraries can be automatically downloaded. Arduino IDE can also be used but libraries must be manually installed. ## Compile & Upload Firmware Using PlatformIO