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
bf5954da
Commit
bf5954da
authored
Dec 25, 2020
by
Eric Duminil
Browse files
TODO
parent
5c09c062
Changes
1
Show whitespace changes
Inline
Side-by-side
lorawan.cpp
View file @
bf5954da
...
...
@@ -22,6 +22,8 @@ const lmic_pinmap lmic_pins = { .nss = 18, .rxtx = LMIC_UNUSED_PIN, .rst = 14, .
// More info : https://www.thethingsnetwork.org/docs/applications/mqtt/quick-start.html
//TODO: Add infos to webserver (last timestamp, sending interval, connected or not?)
//TODO: Test with config.public.h
//TODO: Test with EPS8266
void
os_getArtEui
(
u1_t
*
buf
)
{
memcpy_P
(
buf
,
config
::
APPEUI
,
8
);
...
...
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