From d80171eeb7508b5dc65468a621487e943e8de85a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arvis=20Skr=C4=93j=C4=81ns?= Date: Tue, 16 Jan 2024 22:12:35 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c69dd9..30d48c4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Golf86-Info - Arduino ESP32 LED Matrix Display Controller +# Golf86-Info - PlatformIO/Arduino ESP32 LED Matrix Display Controller This PlatformIO built C++/Arduino ESP32 program controls a retro-style LED-matrix display, presenting various values received from an MQTT server. The primary focus is on showcasing Speeduino ECU parameters, GPS data, lap times, etc. The display is managed using the Parola library. Created as a personal project to drive an ESP32 based system in the glovebox of my project car (Golf mk2, hence the name). Currently only 2 core ESP32 is supported, as FreeRTOS task switching is used for display/mqtt control.