[chirp_devel] [PATCH] [AP510] Disable AP510 driver. In response to #3617
# HG changeset patch # User Tom Hayward tom@tomh.us # Date 1462416169 25200 # Wed May 04 19:42:49 2016 -0700 # Node ID 8539639634c23a8d20608ab19e47b40c999501a3 # Parent edcad67aca5154dddce0813302eacda0b1849131 [AP510] Disable AP510 driver. In response to #3617
Only a buggy, outdated firmware version is supported by Chirp. Newer firmware revisions changed the programming protocol and are incompatible. To avoid confusion and discourage running buggy firmware, this patch disables the AP510 driver in Chirp.
The code should remain, as it is a great starting point for anyone wishing to write support for the latest AP510 firmware.
diff -r edcad67aca51 -r 8539639634c2 chirp/drivers/ap510.py --- a/chirp/drivers/ap510.py Wed May 04 18:17:56 2016 -0700 +++ b/chirp/drivers/ap510.py Wed May 04 19:42:49 2016 -0700 @@ -343,7 +343,6 @@ "offset", "mode", "tuning_step", "bank_index"]
-@directory.register class AP510Radio(chirp_common.CloneModeRadio): """Sainsonic AP510""" BAUD_RATE = 9600
participants (1)
-
Tom Hayward