diff --git a/README.md b/README.md index c8c04f852..cfdbacc61 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,7 @@ You will need to run these commands to make sure your rdv4 is prepared ### Verify sim module firmware version To make sure you got the latest sim module firmware. -_Lastest version is v3.10_ +_Lastest version is v3.11_ pm3 --> hw status @@ -298,7 +298,7 @@ Find version in the long output, look for these two lines This version is obselete. The following command upgrades your device sim module firmware. Don't not turn of your device during the execution of this command. - pm3 --> sc upgrade f ../tools/simmodule/SIM010.BIN + pm3 --> sc upgrade f ../tools/simmodule/SIM011.BIN You get the following output, this is a successful execution. diff --git a/armsrc/appmain.c b/armsrc/appmain.c index f264e9f65..aecfee076 100644 --- a/armsrc/appmain.c +++ b/armsrc/appmain.c @@ -1391,6 +1391,7 @@ void UsbPacketReceived(uint8_t *packet, int len) { FlashStop(); cmd_send(CMD_ACK, 1, 0, 0, 0, 0); + BigBuf_free(); LED_B_OFF(); break; }