Skip to content

1.0.0-rc.1 (esp32 release candidate)

Pre-release
Pre-release
Compare
Choose a tag to compare
@paidforby paidforby released this 14 Apr 14:59
· 73 commits to master since this release

Disaster Radio v1.0.0-rc.1

This is the first release candidate for version 1.0.0 of the disaster radio firmware. It includes a number of major updates and is not backwards compatible with previous versions of the firmware.

Download firmware and web app binary

New features

  • Ability to switch between WiFi and BLE user interface during operation added by @beegee-tokyo with #56
  • Print a pretty banner to console output

Updates

  • Updates LoRaLayer2 to sudomesh/LoRaLayer2@ae51303
    -- now uses 4 byte addresses
    -- packets now contain datagrams as their payload
    -- first four bytes of datagrams are inspected for their destination address
  • Clients now communicate via datagrams, introduced by @paidforby and @beegee-tokyo in #68 and #56
  • Telnet console now operates identically to serial console