From 09c14475af660ab9775cb0300021fc1cfb94098d Mon Sep 17 00:00:00 2001 From: AlanP Date: Mon, 22 Aug 2022 23:34:37 +0100 Subject: [PATCH] Add support for HWID found on STM32_F4VE board These hwids were found on this dev board. PlatformIO refuse to flash without them defined in this file. Adding to help others. --- boards/genericSTM32F407VET6.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/boards/genericSTM32F407VET6.json b/boards/genericSTM32F407VET6.json index a249839d..b1b4a362 100644 --- a/boards/genericSTM32F407VET6.json +++ b/boards/genericSTM32F407VET6.json @@ -12,6 +12,10 @@ [ "0x0483", "0x3748" + ], + [ + "0x0483", + "0xdf11" ] ], "mcu": "stm32f407vet6",