From e6f7314ca0c13336e5af580466a9bac1c98afb9b Mon Sep 17 00:00:00 2001 From: mverch67 Date: Thu, 13 Jun 2024 19:37:46 +0200 Subject: [PATCH] update HWid unphone --- boards/unphone.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/boards/unphone.json b/boards/unphone.json index 1fc1fd21c..bf711993c 100644 --- a/boards/unphone.json +++ b/boards/unphone.json @@ -17,7 +17,10 @@ "f_cpu": "240000000L", "f_flash": "80000000L", "flash_mode": "qio", - "hwids": [["0x16D0", "0x1178"]], + "hwids": [ + ["0x16D0", "0x1178"], + ["0x303a", "0x1001"] + ], "mcu": "esp32s3", "variant": "unphone" },