Commit 37d52ef2 authored by Eric Duminil's avatar Eric Duminil
Browse files

Seems to compile

parent 0915ed04
......@@ -10,6 +10,8 @@
// https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library
#include "src/lib/SparkFun_SCD30_Arduino_Library/src/SparkFun_SCD30_Arduino_Library.h" // From: http://librarymanager/All#SparkFun_SCD30
#include "s8_uart.h" // Not used yet
namespace config {
const uint16_t measurement_timestep_bootup = 5; // [s] Measurement timestep during acclimatization.
const uint8_t max_deviation_during_bootup = 20; // [%]
......
......@@ -27,6 +27,7 @@ framework = arduino
monitor_speed = 115200
lib_deps =
MCCI LoRaWAN LMIC library
S8_UART
build_flags =
-D ARDUINO_LMIC_PROJECT_CONFIG_H_SUPPRESS
-D CFG_eu868=1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment