Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Käppler
ampel-firmware
Commits
2c338489
Commit
2c338489
authored
Dec 29, 2020
by
Eric Duminil
Browse files
LoRaWan config was broken
parent
948ee261
Changes
1
Hide whitespace changes
Inline
Side-by-side
ampel-firmware/lorawan.h
View file @
2c338489
#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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment