From 6395e931ce99053af46bd7e9b2f611ad6b5896f6 Mon Sep 17 00:00:00 2001 From: hsaturn Date: Mon, 29 Mar 2021 00:01:32 +0200 Subject: [PATCH] refix EspWifi --- .github/workflows/aunit.yml | 1 - tests/local-tests/Makefile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/aunit.yml b/.github/workflows/aunit.yml index 7d896ba..117bccd 100644 --- a/.github/workflows/aunit.yml +++ b/.github/workflows/aunit.yml @@ -21,7 +21,6 @@ jobs: git clone https://github.com/bxparks/AceRoutine git clone https://github.com/bxparks/AUnit git clone https://github.com/bxparks/AceCommon - git clone https://github.com/ekstrand/ESP8266wifi - name: Verify tests run: | make -C tests diff --git a/tests/local-tests/Makefile b/tests/local-tests/Makefile index 0a232dc..df1abdb 100644 --- a/tests/local-tests/Makefile +++ b/tests/local-tests/Makefile @@ -2,5 +2,5 @@ # Makefile to compile and run Arduino programs natively on Linux or MacOS. APP_NAME := local-tests -ARDUINO_LIBS := AUnit AceCommon AceTime TinyMqtt ESP8266wifi +ARDUINO_LIBS := AUnit AceCommon AceTime TinyMqtt ESP8266WiFi include ../../../EpoxyDuino/EpoxyDuino.mk