Commit 2c338489 authored by Eric Duminil's avatar Eric Duminil
Browse files

LoRaWan config was broken

parent 948ee261
#ifndef AMPEL_LORAWAN_H_
#define AMPEL_LORAWAN_H_
#include "config.h"
#if defined(AMPEL_LORAWAN) && defined(ESP32)
#include <Arduino.h>
// Requires "MCCI LoRaWAN LMIC library", which will be automatically used with PlatformIO but should be added in "Arduino IDE".
......@@ -10,7 +13,6 @@
#include <SPI.h>
#include "led_effects.h"
#include "config.h"
#include "util.h"
......
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