From a438ac8da2de92c60a26c49445b0c547bc414a0b Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Wed, 14 Aug 2024 08:49:50 +0200 Subject: [PATCH] Delete boards/heltec_wifi_kit_32_v2.json --- boards/heltec_wifi_kit_32_v2.json | 35 ------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 boards/heltec_wifi_kit_32_v2.json diff --git a/boards/heltec_wifi_kit_32_v2.json b/boards/heltec_wifi_kit_32_v2.json deleted file mode 100644 index eb80db6..0000000 --- a/boards/heltec_wifi_kit_32_v2.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "build": { - "arduino":{ - "ldscript": "esp32_out.ld", - "partitions": "default_8MB.csv" - }, - "core": "esp32", - "extra_flags": "-DARDUINO_HELTEC_WIFI_KIT_32", - "f_cpu": "240000000L", - "f_flash": "40000000L", - "flash_mode": "dio", - "mcu": "esp32", - "variant": "heltec_wifi_kit_32" - }, - "connectivity": [ - "wifi", - "bluetooth", - "ethernet", - "can" - ], - "frameworks": [ - "arduino", - "espidf" - ], - "name": "Heltec WiFi Kit 32 (V2)", - "upload": { - "flash_size": "8MB", - "maximum_ram_size": 327680, - "maximum_size": 8388608, - "require_upload_port": true, - "speed": 460800 - }, - "url": "http://www.heltec.cn/project/wifi-kit-32/?lang=en", - "vendor": "Heltec Automation" -}