fix github workflow (files are case sensitive)
This commit is contained in:
lumapu 2023-12-09 03:05:41 +01:00
parent cddd0a2d91
commit a91455eace
3 changed files with 4 additions and 3 deletions

View file

@ -8,7 +8,7 @@
#pragma once
#include "../utils/SpiPatcher.h"
#include "../utils/spiPatcher.h"
#include <esp_rom_gpio.h>
#include <RF24_hal.h>

View file

@ -8,7 +8,7 @@
#pragma once
#include "../utils/SpiPatcher.h"
#include "../utils/spiPatcher.h"
#include <driver/gpio.h>

View file

@ -91,7 +91,8 @@ monitor_filters =
platform = espressif32
board = esp32dev
lib_deps =
https://github.com/yubox-node-org/ESPAsyncWebServer
khoih-prog/AsyncWebServer_ESP32_W5500
khoih-prog/AsyncUDP_ESP32_W5500
nrf24/RF24 @ ^1.4.8
paulstoffregen/Time @ ^1.6.1
https://github.com/bertmelis/espMqttClient#v1.5.0