We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2453374 commit 37a2703Copy full SHA for 37a2703
include/sensor_config.h
@@ -2,10 +2,6 @@
2
#define __SENSOR_CONFIG_H__
3
#include <ArduinoJson.h>
4
5
-// Enable/Disable
6
-#ifndef USE_BLE
7
-#define USE_BLE 1
8
-#endif
9
10
#define USE_SECOND_SERIAL_PORT_FOR_OUTPUT 0
11
platformio.ini
@@ -13,6 +13,7 @@ platform = nordicnrf52@4.4.1
13
board = nano33ble
14
framework = arduino
15
monitor_speed = 115200
16
+build_flags = -DUSE_BLE=1
17
18
lib_deps =
19
ArduinoJson@6.16.0
0 commit comments