Removed tab chars

This commit is contained in:
Leonel Lopes Parente 2021-04-21 01:15:20 +02:00
parent 0514183c1c
commit f901b2d113

View file

@ -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
; ------------------------------------------------------------------------------