From 5adce7f61d4e56f320795ac6b6693a591cae2fb6 Mon Sep 17 00:00:00 2001 From: MCUdude Date: Wed, 8 Apr 2026 19:28:33 +0200 Subject: [PATCH] PICkit Basic does not support target voltage reading --- src/avrdude.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/avrdude.conf.in b/src/avrdude.conf.in index 906e6706..59673d7c 100644 --- a/src/avrdude.conf.in +++ b/src/avrdude.conf.in @@ -3255,7 +3255,7 @@ programmer # pickit_basic desc = "MPLAB(R) PICkit Basic in JTAG mode"; type = "pickit5"; prog_modes = PM_JTAG | PM_XMEGAJTAG; - extra_features = HAS_BITCLOCK_ADJ; # HAS_VTARG_READ was not working yet + extra_features = HAS_BITCLOCK_ADJ; connection_type = usb; usbvid = 0x04d8; usbpid = 0x9055; # PK Basic