From c24694adab249993c4eea0a35705b4cdd0fe2ed9 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sun, 31 Oct 2021 17:47:10 +0100 Subject: [PATCH] correct entry in platforms --- lib/libesp32_div/TTGO_TWatch_Library/library.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libesp32_div/TTGO_TWatch_Library/library.json b/lib/libesp32_div/TTGO_TWatch_Library/library.json index 105adc783..53382931a 100644 --- a/lib/libesp32_div/TTGO_TWatch_Library/library.json +++ b/lib/libesp32_div/TTGO_TWatch_Library/library.json @@ -21,5 +21,5 @@ ], "version": "1.2.0", "frameworks": "arduino", - "platforms": "esp32" -} \ No newline at end of file + "platforms": "espressif32" +}