Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Käppler
ampel-firmware
Commits
5e4c7e78
Commit
5e4c7e78
authored
4 years ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
Updated notes
parent
ce986101
master
dev/calibnightmode
dev/configbreathing
dev/debugcalib
dev/fixstartup
dev/sensorstates
develop
refactor/calibration
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config.public.h
+5
-0
config.public.h
lorawan.h
+0
-3
lorawan.h
with
5 additions
and
3 deletions
+5
-3
config.public.h
+
5
-
0
View file @
5e4c7e78
...
...
@@ -108,6 +108,11 @@
* LoRaWAN
*/
// Region and transceiver type should be specified in:
// * Arduino/libraries/MCCI_LoRaWAN_LMIC_library/project_config/lmic_project_config.h for Arduino IDE
// * platformio.ini for PlatformIO
// See https://github.com/mcci-catena/arduino-lmic#configuration for more information
// Should data be sent over LoRaWAN?
// It has been tested with "TTGO ESP32 SX1276 LoRa 868" and will only work with an ESP32 + LoRa modem
# define LORAWAN
...
...
This diff is collapsed.
Click to expand it.
lorawan.h
+
0
-
3
View file @
5e4c7e78
...
...
@@ -10,9 +10,6 @@
#include
<SPI.h>
typedef
uint8_t
u1_t
;
//TODO: Should lmic_project_config.h be defined somewhere?
//#include <lmic_project_config.h>
#include
"co2_sensor.h"
#include
"led_effects.h"
#include
"config.h"
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets