Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #4

Open
wants to merge 1 commit into
base: fysetc
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ GCode can be directly uploaded from the slicer (Cura) to this remote drive, ther

## Dependencies:

1. [ESP8266 Arduino Core version 2.4](https://github.com/esp8266/Arduino)
2. [SdFat library](https://github.com/greiman/SdFat)
1. [ESP8266 Arduino Core version 2.4](https://github.com/esp8266/Arduino)-2.4.*
2. [SdFat library](https://github.com/greiman/SdFat)-1.1.*

## Use:

Expand All @@ -29,15 +29,17 @@ If you don't want to update the firmware. You don't need to do this. Compile and

- Open the project

Download this project and open it with [arduino](https://www.arduino.cc/) software.
- Download this project
- Rename the folder containing `ESPWebDAV.ino` to `ESPWebDAV`
- Open it with [arduino](https://www.arduino.cc/) software.

- Add board manager link

Add boards manager link: `https://arduino.esp8266.com/stable/package_esp8266com_index.json` to File->Preferences board manager, Documentation: https://arduino-esp8266.readthedocs.io/en/2.7.1/
- Add boards manager link: `https://arduino.esp8266.com/stable/package_esp8266com_index.json` to File->Preferences board manager, Documentation: https://arduino-esp8266.readthedocs.io/en/2.7.1/

- Select board

Select Tools->boards->Generic ESP8285 Module.
- Select Tools->boards->Generic ESP8285 Module.

- Click the Arduino compile button

Expand Down