Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
co2ampel
ampel-firmware
Commits
5e4c7e78
Commit
5e4c7e78
authored
Dec 26, 2020
by
Eric Duminil
Browse files
Updated notes
parent
ce986101
Changes
2
Hide whitespace changes
Inline
Side-by-side
config.public.h
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
...
...
lorawan.h
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"
...
...
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