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 35c0dc1 commit f26a1acCopy full SHA for f26a1ac
examples/ScienceJournal/ble_config.h
@@ -53,8 +53,13 @@ const int VERSION = 0x00000002;
53
#define BLE_CH____PING "1020"
54
#define BLE_CH_FUNGEN2 "1021"
55
56
-
+#ifdef ARDUINO_NANO_RP2040_CONNECT
57
#define SCIENCE_KIT_UUID(val) ("555a0003-" val "-467a-9538-01f0652c74e8")
58
+#endif
59
+#ifdef ESP32
60
+#define SCIENCE_KIT_UUID(val) ("555a0004-" val "-467a-9538-01f0652c74e8")
61
62
+
63
64
/*
65
* SERVICE, VERSION
0 commit comments