Renamed local to nowifi as local will be used for local (127.0.0.1) tests

This commit is contained in:
hsaturn
2021-03-30 08:15:13 +02:00
parent 91e083e7b0
commit 9a7db237d3
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# See https://github.com/bxparks/EpoxyDuino for documentation about this
# Makefile to compile and run Arduino programs natively on Linux or MacOS.
APP_NAME := local-tests
ARDUINO_LIBS := AUnit AceCommon AceTime TinyMqtt EspMock
include ../../../EpoxyDuino/EpoxyDuino.mk