This commit is contained in:
Klaus K Wilting 2019-01-28 00:53:30 +01:00
parent d257b1dd4e
commit 95521641ac
2 changed files with 5 additions and 0 deletions

View File

@ -55,6 +55,7 @@ lib_deps_rtc =
lib_deps_basic =
ArduinoJson@^5.13.1
Time@>=1.5
Timezone@^1.2.2
lib_deps_all =
${common.lib_deps_basic}
${common.lib_deps_lora}

View File

@ -27,6 +27,10 @@
// Settings for IF482 interface
//#define HAS_IF482 9600, SERIAL_7E1, GPIO_NUM_12, GPIO_NUM_14 // IF482 serial port parameters
// Settings for external GPS chip
//#define HAS_GPS 1 // use on board GPS
//#define GPS_SERIAL 9600, SERIAL_8N1, GPIO_NUM_17, GPIO_NUM_16 // UBlox NEO 6M or 7M with default configuration
// Pins for LORA chip SPI interface, reset line and interrupt lines
#define LORA_SCK (5)
#define LORA_CS (18)