comparison BootLoader/Src/base_bootlader.c @ 880:f012fcd7f465 Evo_2_23

support for led and vibration
author heinrichsweikamp
date Thu, 29 Aug 2024 15:01:30 +0200
parents 5e027b0f7475
children
comparison
equal deleted inserted replaced
879:fe955104901c 880:f012fcd7f465
667 tInfo_write("Reset device."); 667 tInfo_write("Reset device.");
668 reset_to_firmware_using_Watchdog(); 668 reset_to_firmware_using_Watchdog();
669 } 669 }
670 670
671 ptr = 0; 671 ptr = 0;
672 textVersion[ptr++] = '\021'; 672 textVersion[ptr++] = '\020';
673 textVersion[ptr++] = 's'; 673 textVersion[ptr++] = 's';
674 textVersion[ptr++] = 'e'; 674 textVersion[ptr++] = 'e';
675 textVersion[ptr++] = 'r'; 675 textVersion[ptr++] = 'r';
676 textVersion[ptr++] = 'i'; 676 textVersion[ptr++] = 'i';
677 textVersion[ptr++] = 'a'; 677 textVersion[ptr++] = 'a';
719 tInfo_write("Init bluetooth"); 719 tInfo_write("Init bluetooth");
720 tComm_StartBlueModBaseInit(); 720 tComm_StartBlueModBaseInit();
721 } 721 }
722 else 722 else
723 { 723 {
724 tInfo_write(""); 724 tInfo_write("Bluetooth set");
725 tComm_StartBlueModConfig(); 725 tComm_StartBlueModConfig();
726 } 726 }
727 727
728 set_globalState_Base(); 728 set_globalState_Base();
729 729