Skip to content

Meshtastic 2.7.26 (build 4)

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Sep 09:43
8e013bb

You can install Meshtastic to your J++Device in two ways:

  1. J++Device Manager
    • Download meshtastic-jppdevice-2.7.26-4.merged.bin from the assets of this release below
    • Go to https://jppdevice.by.m4l3vi.ch/manager
    • Connect the J++Device to your computer
    • Follow the UI to choose the downloaded binary and install it
  2. esptool
    • Install esptool
    • Download meshtastic-jppdevice-2.7.26-4.merged.bin from the assets of this release below
    • Open a terminal in the folder with the downloaded binary
    • Connect the J++Device to your computer
    • Run the flashing command:
      esptool.py --chip esp32c6 --baud 921600 write_flash 0x0 meshtastic-jppdevice-2.7.26-4.merged.bin