mirror of
https://github.com/Fishwaldo/LMIC-node.git
synced 2025-03-16 03:41:32 +00:00
Removed tab chars
This commit is contained in:
parent
0514183c1c
commit
f901b2d113
1 changed files with 4 additions and 4 deletions
|
@ -110,8 +110,8 @@ build_flags =
|
|||
-D ARDUINO_LMIC_PROJECT_CONFIG_H_SUPPRESS
|
||||
;
|
||||
; Ping and beacons not supported for class A, disable to save memory.
|
||||
-D DISABLE_PING
|
||||
-D DISABLE_BEACONS
|
||||
-D DISABLE_PING
|
||||
-D DISABLE_BEACONS
|
||||
;
|
||||
; If LMIC_DEBUG_LEVEL is set to value > 0 then LMIC_PRINTF_TO will
|
||||
; be automatically set to serial (do not set it explicitly).
|
||||
|
@ -164,8 +164,8 @@ build_flags =
|
|||
; LMIC_DEBUG_LEVEL 0
|
||||
;
|
||||
; Ping and beacons not supported for class A, disable to save memory.
|
||||
-D DISABLE_PING
|
||||
-D DISABLE_BEACONS
|
||||
-D DISABLE_PING
|
||||
-D DISABLE_BEACONS
|
||||
|
||||
|
||||
; ------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue