refix EspWifi

This commit is contained in:
hsaturn
2021-03-29 00:01:32 +02:00
parent 635fee6f7c
commit 6395e931ce
2 changed files with 1 additions and 2 deletions

View File

@@ -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

View File

@@ -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