File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name =EdgeML-Arduino
2- version =1.1.2
2+ version =1.2.1
33author =edge-ml
44maintainer =edge-ml <edge-ml@teco.edu>
55sentence =Library to use the Nicla Sense ME and BLE Nano 33 with edge-ml.
Original file line number Diff line number Diff line change 1010#include < cstdint>
1111
1212const char deviceIdentifier_Nano[] = " NANO" ;
13- const char deviceGeneration_Nano[] = " 1.0.0 " ;
13+ const char deviceGeneration_Nano[] = " 1.2.1 " ;
1414
1515// Sensor Data channels
1616BLEService sensorService_Nano (" 34c2e3bb-34aa-11eb-adc1-0242ac120002" );
Original file line number Diff line number Diff line change 33#define DEVICEINFO_H
44
55const char deviceIdentifier [] = "NICLA" ;
6- const char deviceGeneration [] = "1.2.0 " ;
6+ const char deviceGeneration [] = "1.2.1 " ;
77
88#endif
99
Original file line number Diff line number Diff line change 1010#include < cstdint>
1111
1212const char deviceIdentifier_seeed[] = " Seeed XIAO" ;
13- const char deviceGeneration_seeed[] = " 1.0.0 " ;
13+ const char deviceGeneration_seeed[] = " 1.2.1 " ;
1414
1515// Sensor Data channels
1616BLEService sensorService_seeed (" 34c2e3bb-34aa-11eb-adc1-0242ac120002" );
You can’t perform that action at this time.
0 commit comments