[FL-2086] SubGhz: Fix Errors (#861)

* CLI: fix main GUI freeze while subghz chat is running
* CLI: fix processing backspace in the web console
* [FL-2086] SubGhz: fix can't save signals in sub'e to internal memory
* Cli: remove warning message in i2c command

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
This commit is contained in:
Skorpionm
2021-12-02 15:19:47 +04:00
committed by GitHub
parent 0b0629e6fe
commit fbd05598ad
3 changed files with 6 additions and 9 deletions

View File

@@ -466,7 +466,7 @@ void cli_command_i2c(Cli* cli, string_t args, void* context) {
uint8_t test = 0;
printf("Scanning external i2c on PC0(SCL)/PC1(SDA)\r\n"
"Clock: 100khz, 7bit address\r\n"
"!!! Invasive mode (tx to device) !!!\r\n\r\n");
"\r\n");
printf(" | 0 1 2 3 4 5 6 7 8 9 A B C D E F\r\n");
printf("--+--------------------------------\r\n");
for(uint8_t row = 0; row < 0x8; row++) {