From 2b51711e0e845790adc90224d327467f7acd6125 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Sun, 9 Feb 2025 15:40:33 +0100 Subject: [PATCH] TLS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9cc111a..f0c8caa 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ REV := master BASE := https://raw.githubusercontent.com/cnlohr/ch32v003fun/$(REV)/ch32fun -CURL_FLAGS := -O -\# --fail --location --tlsv1.2 --proto =https --max-time 300 +CURL_FLAGS := -O -\# --fail --location --tlsv1.3 --proto =https --max-time 300 TARGET = blink TARGET_MCU?=CH32V003