mirror of
https://github.com/HEYAHONG/SimpleBLETool.git
synced 2025-05-08 13:43:41 +08:00
尝试更新simpleble
This commit is contained in:
parent
12908fa562
commit
9563a377e6
@ -97,7 +97,7 @@ BLEPeripheralDialog::~BLEPeripheralDialog()
|
||||
{
|
||||
{
|
||||
SimpleBLE::Safe::Peripheral perh(Perh);
|
||||
if(perh.initialized())
|
||||
if(Perh.initialized())
|
||||
{
|
||||
perh.set_callback_on_connected([]() {});
|
||||
perh.set_callback_on_disconnected([]() {});
|
||||
|
@ -66,6 +66,8 @@ if(MSVC)
|
||||
string(REGEX REPLACE "/MD" "/MT" ${var} "${${var}}")
|
||||
endif()
|
||||
endforeach()
|
||||
add_definitions(-D_SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING )
|
||||
add_compile_options(/Gd /EHsc)
|
||||
endif(MSVC)
|
||||
|
||||
#添加wxWidgets库
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 3f0577c1d1c5510735c7b3598f99fb1a89bc264c
|
||||
Subproject commit 90b9cee953781933a07f5a9560eb503a1bfd4f26
|
Loading…
x
Reference in New Issue
Block a user