Browse Source

Added fix to compile on windows

Nils Bernhardt 8 years ago
parent
commit
f0fd1ab7f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      platformio.ini

+ 1 - 1
platformio.ini

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