167be8b
Pre-releaseChanges since release af95267:
5dcbf62: Remove extraneous call to usage() on spiflashwrite (travisgoodspeed#882)
dcf71e9: fix title entries for subsubmenu on md380org
399460e: updating the md380 website with some screenshots
ba81b20: db: cleanup
fd52bbc: db: switch to ham-digital.net
996ca26: fix minor buffer overruns
38f6ef6: fix compiler warning in reboot_to_bootloader()
9d09699: fix compiler warning of implicit declaration
Fixes:
src/usb.c:330:8: error: implicit declaration of function 'reboot_into_bootloader' [-Werror=implicit-function-declaration]
4e123d4: Adds an error message when curl is missing.
e1bce34: reboot_to_bootloader dfu command implemented, fixes travisgoodspeed#193
8d27af8: Update Ubuntu 18.04 LTS support #2
1b4fb97: Update for Ubuntu 18.04 LTS support
cf8b52f: adding TS to RX display and lastheard
716da33: adding TS to RX display and lastheard
9dc6c44: db/fixed.csv: clarify Echo sources
db7d3aa: Print usage in md380-tool if parameters used wrong
md380-tool
succeeds silently if called with an invalid command (eg. md380-tool flaashdump foo.bin
) or a valid command missing arguments (md380-tool flashdump
). Print usage then to inform the user that nothing happened and they should call it properly.
be2c097: Makefile target to set the time.
e2f4e9e: Show the git version or the date when the FW version menu is opened
Every time the menu is opened, it toggles between showing the date
when the firmware was built and its git revision
205ac18: dmr-marc -> radioid.net
The dmr-marc databases are no longer available on
dmr-marc.net and dmr-marc.net points to radioid.net as
the new home. Also added in some logging to get_dmrmarc_json.py.
It looks like there are bigger issues with the script, but they
are no longer being masked with a catch-all except/pass.