Skip to content

Commit 952a6ed

Browse files
NicolasdejeanFokkeZB
authored andcommitted
replaced A2 by LED_BUILTIN (TheThingsNetwork#168)
Fixes TheThingsNetwork#166
1 parent 73e6aa0 commit 952a6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TheThingsMessage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "deviceData.pb.h"
99
#include "appData.pb.h"
1010

11-
#define TTN_PIN_LED A2
11+
#define TTN_PIN_LED LED_BUILTIN
1212

1313
typedef api_DeviceData devicedata_t;
1414
typedef api_AppData appdata_t;

0 commit comments

Comments
 (0)