Skip to content

Commit

Permalink
Merge pull request #53 from armel/feature_update
Browse files Browse the repository at this point in the history
New release with fix delay
  • Loading branch information
armel authored Aug 11, 2023
2 parents dc5ab4a + 5002896 commit 0f2237c
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@ latitude = 48.848285
longitude = 2.2708201
```

> Note that, if you're under Windows, `icom_device` is something like `COM3`, not something like `/dev/ttyUSB0` (Unix only).
Last, you will need to copy these files at the root of the micro SD card. That's all.

> You are able to put multiple .ini settings files for all your transceivers. I have got 4 of them for my IC-705 and my IC-7300 in BT mode or USB mode. I put them in this repository in the `ini` folder.
Expand Down Expand Up @@ -346,15 +348,15 @@ Restart your M5Stack, copy the log trace that appears in the console and send it

Using ``esptool``, enter this command:

``esptool.py --port /dev/tty.usbserial-02041F5C --baud 230400 read_flash 0x00000 0x1000000 flash_16M.bin``
``esptool.py --port /dev/tty.usbserial-02041F5C --baud 230400 read_flash 0x00000 ALL M5HamRadio.bin``

Replace port and baud rate by yours.

## Restore full image : *write_flash*

Using ``esptool``, enter this command:

``esptool.py --port /dev/tty.usbserial-02041F5C --baud 921600 write_flash --flash_freq keep 0x000000 flash_16M.bin``
``esptool.py --port /dev/tty.usbserial-02041F5C --baud 921600 write_flash --flash_freq keep 0x000000 M5HamRadio.bin``

Replace port and baud rate by yours.

Expand Down
Binary file modified firmwares/ESP32-S3/DXTracker.bin
Binary file not shown.
Binary file modified firmwares/ESP32-S3/DXTracker.gz
Binary file not shown.
Binary file modified firmwares/ESP32-S3/ICKeyer.bin
Binary file not shown.
Binary file modified firmwares/ESP32-S3/ICKeyer.gz
Binary file not shown.
Binary file modified firmwares/ESP32-S3/ICMultiMeter.bin
Binary file not shown.
Binary file modified firmwares/ESP32-S3/ICMultiMeter.gz
Binary file not shown.
Binary file modified firmwares/ESP32-S3/ICSMeter.bin
Binary file not shown.
Binary file modified firmwares/ESP32-S3/ICSMeter.gz
Binary file not shown.
Binary file modified firmwares/ESP32-S3/M5HamRadio.bin
Binary file not shown.
Binary file modified firmwares/ESP32/DXTracker.bin
Binary file not shown.
Binary file modified firmwares/ESP32/DXTracker.gz
Binary file not shown.
Binary file modified firmwares/ESP32/ICKeyer.bin
Binary file not shown.
Binary file modified firmwares/ESP32/ICKeyer.gz
Binary file not shown.
Binary file modified firmwares/ESP32/ICMultiMeter.bin
Binary file not shown.
Binary file modified firmwares/ESP32/ICMultiMeter.gz
Binary file not shown.
Binary file modified firmwares/ESP32/ICSMeter.bin
Binary file not shown.
Binary file modified firmwares/ESP32/ICSMeter.gz
Binary file not shown.
Binary file modified firmwares/ESP32/M5HamRadio.bin
Binary file not shown.

0 comments on commit 0f2237c

Please sign in to comment.