comparison Discovery/Src/tComm.c @ 462:dddfe7917131

Power-down Bluetooth on COMM exit Increase firmware version number to 1.3.4
author heinrichsweikamp
date Wed, 08 Apr 2020 16:34:54 +0200
parents 5dd996ed8611
children 05c5c3d10902
comparison
equal deleted inserted replaced
461:b3f684cea9c0 462:dddfe7917131
333 set_globalState_tHome(); 333 set_globalState_tHome();
334 #else 334 #else
335 set_globalState_Base(); 335 set_globalState_Base();
336 #endif 336 #endif
337 } 337 }
338 settingsGetPointer()->bluetoothActive = 0;
339 MX_Bluetooth_PowerOff(); // Power down Bluetooth on the way out
338 } 340 }
339 341
340 342
341 uint8_t tComm_Set_Bluetooth_Name(uint8_t force) 343 uint8_t tComm_Set_Bluetooth_Name(uint8_t force)
342 { 344 {