Skip to content

Commit

Permalink
Release 2.4.2
Browse files Browse the repository at this point in the history
Fix access point FTP bug
I forgot I modified a library to work
  • Loading branch information
exploitagency committed Sep 11, 2017
1 parent a234f01 commit f749462
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Select Tools - Board - Boards Manager. Search for "esp8266".
Install "esp8266 by ESP8266 community version 2.3.0". Click "Close".
Select Sketch - Include Library - Manage Libraries. Search for "Json".
Install "ArduinoJson by Benoit Blanchon version 5.11.0" and click "Close"
Download https://github.com/apullin/esp8266FTPServer/archive/feature/bbx10_speedup.zip
Download https://github.com/exploitagency/esp8266FTPServer/archive/feature/bbx10_speedup.zip
Click Sketch - Include Library - Add .ZIP Library and select bbx10_speedup.zip from your Downloads folder.
The Arduino IDE is now configured and ready for the code.

Expand Down Expand Up @@ -389,4 +389,4 @@ ESPloitV2 software is licensed under the MIT License
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
*/
Binary file modified source/ESP_Code/ESP_Code.ino.generic.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion source/ESP_Code/HelpText.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Select Tools - Board - Boards Manager. Search for "esp8266".<br>
Install "esp8266 by ESP8266 community version 2.3.0". Click "Close".<br>
Select Sketch - Include Library - Manage Libraries. Search for "Json".<br>
Install "ArduinoJson by Benoit Blanchon version 5.11.0" and click "Close"<br>
Download https://github.com/apullin/esp8266FTPServer/archive/feature/bbx10_speedup.zip<br>
Download https://github.com/exploitagency/esp8266FTPServer/archive/feature/bbx10_speedup.zip<br>
Click Sketch - Include Library - Add .ZIP Library and select bbx10_speedup.zip from your Downloads folder.<br>
The Arduino IDE is now configured and ready for the code.<br>
<br>
Expand Down
2 changes: 1 addition & 1 deletion source/ESP_Code/version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
String version = "2.4.1";
String version = "2.4.2";
String latestardversion = "2.1";

0 comments on commit f749462

Please sign in to comment.