We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b23cf7 commit c43494cCopy full SHA for c43494c
README.md
@@ -93,7 +93,7 @@ Arduino IDE:
93
* https://blog.aprbrother.com/product/esp-flasher-r4
94
* Clone/download the source.
95
* Add these libraries:
96
- * ArduinoJson library 5.11.0 by Benoit Blanchon
+ * ArduinoJson library 5.13.1 by Benoit Blanchon
97
* https://github.com/bblanchon/ArduinoJson
98
* ESP8266FtpServer.h
99
* https://github.com/exploitagency/esp8266FTPServer/tree/feature/bbx10_speedup
Source Code/esprfidtool/version.h
@@ -1,2 +1,2 @@
1
-String version = "1.1.8";
+String version = "1.1.9";
2
String APIversion = "1.0.1";
0 commit comments