ソースを参照

Added fix to compile on windows

Nils Bernhardt 8 年 前
コミット
f0fd1ab7f6
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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