DbpStringEx using now reply_mix. hw status at 9600: from 26.5s to 7s

This commit is contained in:
Philippe Teuwen 2019-04-21 23:58:53 +02:00
parent 913c03d3c4
commit 81780e5c98

View file

@ -117,7 +117,7 @@ void print_result(char *name, uint8_t *buf, size_t len) {
void DbpStringEx(char *str, uint32_t cmd) {
#if DEBUG
uint8_t len = strlen(str);
reply_old(CMD_DEBUG_PRINT_STRING, len, cmd, 0, (uint8_t *)str, len);
reply_mix(CMD_DEBUG_PRINT_STRING, len, cmd, 0, (uint8_t *)str, len);
#endif
}