Skip to content

Commit

Permalink
moved RTL433 library requirement to ESP32 only builds in PIO.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
cpainchaud committed May 31, 2023
1 parent 8d57833 commit 781ce0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ ESPlibs =
jgromes/RadioLib @ ~5.6
;https://github.com/cpainchaud/RadioLib.git#master
https://github.com/boblemaire/asyncHTTPrequest.git#master
https://github.com/obones/rtl_433.git#RFLink32

ESP32_libs =
Update
https://github.com/obones/rtl_433.git#RFLink32

ESP8266_libs =
ESP8266WiFi
Expand All @@ -55,7 +55,6 @@ build_src_filter = +<*> -<Plugins>

[ESP8266_base]
platform = [email protected]
lib_ignore = rtl_433 for RFLink32
lib_deps = ${common.ESPlibs}
${common.ESP8266_libs}
monitor_filters = esp8266_exception_decoder
Expand Down

0 comments on commit 781ce0d

Please sign in to comment.