Skip to content

Commit f749462

Browse files
committed
Release 2.4.2
Fix access point FTP bug I forgot I modified a library to work
1 parent a234f01 commit f749462

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Select Tools - Board - Boards Manager. Search for "esp8266".
2727
Install "esp8266 by ESP8266 community version 2.3.0". Click "Close".
2828
Select Sketch - Include Library - Manage Libraries. Search for "Json".
2929
Install "ArduinoJson by Benoit Blanchon version 5.11.0" and click "Close"
30-
Download https://github.com/apullin/esp8266FTPServer/archive/feature/bbx10_speedup.zip
30+
Download https://github.com/exploitagency/esp8266FTPServer/archive/feature/bbx10_speedup.zip
3131
Click Sketch - Include Library - Add .ZIP Library and select bbx10_speedup.zip from your Downloads folder.
3232
The Arduino IDE is now configured and ready for the code.
3333

@@ -389,4 +389,4 @@ ESPloitV2 software is licensed under the MIT License
389389
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
390390
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
391391
SOFTWARE.
392-
*/
392+
*/
16 Bytes
Binary file not shown.

source/ESP_Code/HelpText.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Select Tools - Board - Boards Manager. Search for "esp8266".<br>
3030
Install "esp8266 by ESP8266 community version 2.3.0". Click "Close".<br>
3131
Select Sketch - Include Library - Manage Libraries. Search for "Json".<br>
3232
Install "ArduinoJson by Benoit Blanchon version 5.11.0" and click "Close"<br>
33-
Download https://github.com/apullin/esp8266FTPServer/archive/feature/bbx10_speedup.zip<br>
33+
Download https://github.com/exploitagency/esp8266FTPServer/archive/feature/bbx10_speedup.zip<br>
3434
Click Sketch - Include Library - Add .ZIP Library and select bbx10_speedup.zip from your Downloads folder.<br>
3535
The Arduino IDE is now configured and ready for the code.<br>
3636
<br>

source/ESP_Code/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
String version = "2.4.1";
1+
String version = "2.4.2";
22
String latestardversion = "2.1";

0 commit comments

Comments
 (0)