add `getPLOS` (NRF24 Debug)
This commit is contained in:
lumapu 2024-01-22 23:47:22 +01:00
parent 92a9e161b2
commit 7f386f07df
8 changed files with 79 additions and 8 deletions

View file

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