Explorar el Código

Added fix to compile on windows

Nils Bernhardt hace 8 años
padre
commit
f0fd1ab7f6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      platformio.ini

+ 1 - 1
platformio.ini

@@ -13,7 +13,7 @@ board_f_cpu = 160000000L
 lib_deps_builtin =
   SPI
 lib_deps_external =
-  sidoh/RF24
+  sidoh/RF24#remove_progmem
   WiFiManager
   ArduinoJson
   PubSubClient