further refine library path

This commit is contained in:
Kevin Matz 2021-01-26 16:16:53 -05:00
parent 2a4c015e6b
commit 5328f650ab
3 changed files with 4 additions and 4 deletions

View File

@ -1 +0,0 @@
../../libESTA

View File

@ -0,0 +1 @@
../../../libESTA

View File

@ -34,9 +34,9 @@
#include <ESPAsyncWebServer.h>
#include "src/wiflash_configure.h"
#include "src/wiflash_status.h"
#include "src/lib/sacn/receiver-esp.h"
#include "src/lib/fixture/EspStrobe.h"
#include "src/lib/fixture/EspRgbaStrip.h"
#include "src/lib/libESTA/sacn/receiver-esp.h"
#include "src/lib/libESTA/fixture/EspStrobe.h"
#include "src/lib/libESTA/fixture/EspRgbaStrip.h"
// ESP logging module
#include <esp_log.h>