Browse Source

0.8.15

fix github workflow (files are case sensitive)
pull/1262/head
lumapu 1 year ago
parent
commit
a91455eace
  1. 2
      src/hm/nrfHal.h
  2. 2
      src/hms/cmtHal.h
  3. 3
      src/platformio.ini

2
src/hm/nrfHal.h

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

2
src/hms/cmtHal.h

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

3
src/platformio.ini

@ -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

Loading…
Cancel
Save