fw: add working reed-solomon encoder/decoder

This commit is contained in:
jaseg 2020-05-04 21:31:31 +02:00
parent 82c1302756
commit 9918eb5053
15 changed files with 253 additions and 462 deletions

View file

@ -10,4 +10,6 @@ void handle_dsss_received(uint8_t data[static TRANSMISSION_SYMBOLS]) {
con_printf("%3d ", x);
}
con_printf("\r\n");
update_image_flash_counter();
}