From 76dbe345c5fed88b40637c1ce2e3de475879937e Mon Sep 17 00:00:00 2001 From: Bert Melis Date: Mon, 27 May 2024 22:48:34 +0200 Subject: [PATCH] typo --- .github/workflows/build_arduino-ide.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_arduino-ide.yml b/.github/workflows/build_arduino-ide.yml index e9aefa6..5140590 100644 --- a/.github/workflows/build_arduino-ide.yml +++ b/.github/workflows/build_arduino-ide.yml @@ -30,7 +30,7 @@ jobs: - name: ArduinoJson source-url: https://github.com/bblanchon/ArduinoJson.git version: 57354de - - name espMqttClient + - name: espMqttClient source-url: https://github.com/bertmelis/espMqttClient.git - name: ESPAsyncTCP source-url: https://github.com/me-no-dev/ESPAsyncTCP.git @@ -62,7 +62,7 @@ jobs: - name: ArduinoJson source-url: https://github.com/bblanchon/ArduinoJson.git version: 57354de - - name espMqttClient + - name: espMqttClient source-url: https://github.com/bertmelis/espMqttClient.git - name: AsyncTCP source-url: https://github.com/me-no-dev/AsyncTCP.git