* fix NRF communication for opendtufusion ethernet variant
This commit is contained in:
lumapu 2023-12-16 03:06:28 +01:00
parent 222bf0e54a
commit f191c036bb
8 changed files with 29 additions and 17 deletions

View file

@ -31,5 +31,4 @@ if env['PIOENV'][:22] != "opendtufusion-ethernet":
if env['PIOENV'][:13] == "opendtufusion":
applyPatch("GxEPD2", "../patches/GxEPD2_SW_SPI.patch")
if env['PIOENV'][:22] == "opendtufusion-ethernet":
applyPatch("RF24", "../patches/RF24_Hal.patch")