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
2d36ea01
Commit
2d36ea01
authored
Dec 25, 2020
by
Eric Duminil
Browse files
Seems to work fine with ESP8266
parent
c6e782c1
Changes
1
Show whitespace changes
Inline
Side-by-side
lorawan.cpp
View file @
2d36ea01
...
...
@@ -22,7 +22,6 @@ 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: 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