Skip to content

Commit f26a1ac

Browse files
committed
add: new uuid for esp32
1 parent 35c0dc1 commit f26a1ac

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

examples/ScienceJournal/ble_config.h

+6-1
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,13 @@ const int VERSION = 0x00000002;
5353
#define BLE_CH____PING "1020"
5454
#define BLE_CH_FUNGEN2 "1021"
5555

56-
56+
#ifdef ARDUINO_NANO_RP2040_CONNECT
5757
#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+
#endif
62+
5863

5964
/*
6065
* SERVICE, VERSION

0 commit comments

Comments
 (0)