Skip to content

Commit

Permalink
0.8.98
Browse files Browse the repository at this point in the history
fix compile
  • Loading branch information
lumapu committed Mar 25, 2024
1 parent 8a0b9e9 commit f47cb10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/hm/nrfHal.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "../utils/spiPatcher.h"

#include <esp_rom_gpio.h>
#include <RF24_hal.h>
#include <RF24.h>

#define NRF_MAX_TRANSFER_SZ 64
#define NRF_DEFAULT_SPI_SPEED 10000000 // 10 MHz
Expand Down
7 changes: 7 additions & 0 deletions src/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ monitor_filters =
platform = espressif8266
board = esp12e
board_build.f_cpu = 80000000L
lib_deps = ${env:esp8266.lib_deps}
build_flags = ${env:esp8266.build_flags}
-DLANG_DE
monitor_filters =
Expand All @@ -76,6 +77,7 @@ monitor_filters =
platform = espressif8266
board = esp12e
board_build.f_cpu = 80000000L
lib_deps = ${env:esp8266.lib_deps}
build_flags = ${env:esp8266.build_flags}
-DPLUGIN_DISPLAY
-DENABLE_HISTORY
Expand All @@ -86,6 +88,7 @@ monitor_filters =
platform = espressif8266
board = esp12e
board_build.f_cpu = 80000000L
lib_deps = ${env:esp8266.lib_deps}
build_flags = ${env:esp8266-all.build_flags}
-DLANG_DE
monitor_filters =
Expand All @@ -95,6 +98,7 @@ monitor_filters =
platform = espressif8266
board = esp12e
board_build.f_cpu = 80000000L
lib_deps = ${env:esp8266.lib_deps}
build_flags = ${env:esp8266-all.build_flags}
-DENABLE_PROMETHEUS_EP
monitor_filters =
Expand All @@ -104,6 +108,7 @@ monitor_filters =
platform = espressif8266
board = esp12e
board_build.f_cpu = 80000000L
lib_deps = ${env:esp8266.lib_deps}
build_flags = ${env:esp8266-prometheus.build_flags}
-DLANG_DE
monitor_filters =
Expand All @@ -116,6 +121,7 @@ platform = espressif8266
board = esp8285
board_build.ldscript = eagle.flash.1m64.ld
board_build.f_cpu = 80000000L
lib_deps = ${env:esp8266.lib_deps}
build_flags = ${env.build_flags}
-DEMC_MIN_FREE_MEMORY=4096
-DENABLE_MQTT
Expand All @@ -129,6 +135,7 @@ platform = espressif8266
board = esp8285
board_build.ldscript = eagle.flash.1m64.ld
board_build.f_cpu = 80000000L
lib_deps = ${env:esp8266.lib_deps}
build_flags = ${env.build_flags}
-DEMC_MIN_FREE_MEMORY=4096
-DLANG_DE
Expand Down

0 comments on commit f47cb10

Please sign in to comment.