Skip to content

Commit

Permalink
0.8.15
Browse files Browse the repository at this point in the history
fix github workflow (files are case sensitive)
  • Loading branch information
lumapu committed Dec 9, 2023
1 parent cddd0a2 commit a91455e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/hm/nrfHal.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#pragma once

#include "../utils/SpiPatcher.h"
#include "../utils/spiPatcher.h"

#include <esp_rom_gpio.h>
#include <RF24_hal.h>
Expand Down
2 changes: 1 addition & 1 deletion src/hms/cmtHal.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#pragma once

#include "../utils/SpiPatcher.h"
#include "../utils/spiPatcher.h"

#include <driver/gpio.h>

Expand Down
3 changes: 2 additions & 1 deletion src/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a91455e

Please sign in to comment.