File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 "type" : " git" ,
1414 "url" : " https://github.com/blinker-iot/blinker-library.git"
1515 },
16- "version" : " 0.3.10230510 " ,
16+ "version" : " 0.3.12 " ,
1717 "homepage" : " https://diandeng.tech/home" ,
1818 "export" : {
1919 "exclude" : [
Original file line number Diff line number Diff line change 11name =Blinker
2- version =0.3.10230510
2+ version =0.3.12
33author =i3water
44maintainer =i3wawter
55sentence =Build a easy way for your IoT project.
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ void BlinkerBLE::onDisconnect(BLEServer* pServer)
272272
273273void BlinkerBLE::onWrite (BLECharacteristic *pCharacteristic)
274274{
275- std::string value = pCharacteristic->getValue ();
275+ String value = pCharacteristic->getValue (). c_str ();
276276 int vlen = value.length ();
277277
278278 if (vlen > 0 )
Original file line number Diff line number Diff line change 55// #include "Blinker/BlinkerUtility.h"
66#include "../Server/BlinkerServer.h"
77
8- #define BLINKER_VERSION "0.3.10230510 "
8+ #define BLINKER_VERSION "0.3.12 "
99
1010#define BLINKER_CONNECT_TIMEOUT_MS 10000UL
1111
You can’t perform that action at this time.
0 commit comments