mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 09:58:23 +02:00
0.8.15
fix github workflow (files are case sensitive)
This commit is contained in:
parent
cddd0a2d91
commit
a91455eace
3 changed files with 4 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "../utils/SpiPatcher.h"
|
#include "../utils/spiPatcher.h"
|
||||||
|
|
||||||
#include <esp_rom_gpio.h>
|
#include <esp_rom_gpio.h>
|
||||||
#include <RF24_hal.h>
|
#include <RF24_hal.h>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "../utils/SpiPatcher.h"
|
#include "../utils/spiPatcher.h"
|
||||||
|
|
||||||
#include <driver/gpio.h>
|
#include <driver/gpio.h>
|
||||||
|
|
||||||
|
|
|
@ -91,7 +91,8 @@ monitor_filters =
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
board = esp32dev
|
board = esp32dev
|
||||||
lib_deps =
|
lib_deps =
|
||||||
https://github.com/yubox-node-org/ESPAsyncWebServer
|
khoih-prog/AsyncWebServer_ESP32_W5500
|
||||||
|
khoih-prog/AsyncUDP_ESP32_W5500
|
||||||
nrf24/RF24 @ ^1.4.8
|
nrf24/RF24 @ ^1.4.8
|
||||||
paulstoffregen/Time @ ^1.6.1
|
paulstoffregen/Time @ ^1.6.1
|
||||||
https://github.com/bertmelis/espMqttClient#v1.5.0
|
https://github.com/bertmelis/espMqttClient#v1.5.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue