尝试更新simpleble

This commit is contained in:
HEYAHONG 2025-02-18 16:52:24 +08:00
parent 12908fa562
commit 9563a377e6
No known key found for this signature in database
GPG Key ID: 97E3E469FE2C920B
3 changed files with 4 additions and 2 deletions

View File

@ -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([]() {});

View File

@ -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