GUI Changes to EasyLoRaWAN gateway

This commit is contained in:
IoTThinks.com 2020-05-09 08:37:18 +07:00 committed by GitHub
parent 4e840688b3
commit 46b5bd44ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1848 additions and 1816 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,9 @@
// 1-channel LoRa Gateway for ESP32 and ESP8266
// Copyright (c) Maarten Westenberg 2016-2020
#define VERSION "V.6.2.4.EU433; PlatformIO 200428n" // Easy LoRa
// Easy LoRa
// #define VERSION "V.6.2.4.EU868; PlatformIO 200428n"
#define VERSION "V.6.2.4.EU433"
//
// Based on work done by Thomas Telkamp for Raspberry PI 1ch gateway and many others.
//