You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 31, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,24 +15,24 @@ Account registration of FlashAir IoT Hub is necessary for use. For details, refe
15
15
Currently, FlashAirFileManager has been confirmed to work on the following platforms.
16
16
- Windows 10
17
17
18
-
This application is provided in open source, and you can modify source code and distribute application within the scope of [license](https://github.com/FlashAirDevelopers/FlashAirFileManager/blob/master/LICENCE.txt).
18
+
This application is provided in open source, and you can modify source code and distribute application within the scope of [license](https://github.com/FlashAirDevelopers/FlashAirFileManager/blob/master/LICENSE.txt).
Download the zip file or installer from [Release](https://github.com/FlashAirDevelopers/FlashAirFileManager/releaces).
26
+
Download the zip file or installer from [Release](https://github.com/FlashAirDevelopers/FlashAirFileManager/releases).
27
27
28
28
## Document
29
29
30
30
It is in [FlashairFileManager](https://www.flashair-developers.com/en/documents/tutorials/iot-hub/9/).
31
31
32
32
## Usage
33
33
34
-
1. Register your account in advance with FlashAir IoT Hub and register FlashAir. For details, please refer to [Flow of using FlashAir IoT Hub](https://www.flashair-developers.com/en/documents/tutorials/iot-hub/1/).
35
-
2. Download [Lua script](https://github.com/FlashAirDevelopers/FlashAirFileManager/archive/FlashAirFileManagerScript-0.1.0.zip), unzip it and place it on the root of FlashAir.
34
+
1. Register your account in advance with FlashAir IoT Hub and register FlashAir. For details, please refer to [Flow of using FlashAir IoT Hub](https://www.flashair-developers.com/en/documents/tutorials/iot-hub/1/).
35
+
2. Download [Lua script](https://github.com/FlashAirDevelopers/FlashAirFileManager/releases/download/v0.1.0/FlashAirFileManagerScript-0.1.0.zip), unzip it and place it on the root of FlashAir.
36
36
3. Add `LUA_RUN_SCRIPT=/fafm_boot.lua` to FlashAir CONFIG.
37
37
4. Disconnect and reconnect the FlashAir and restart.
38
38
5. Start FlashAirFileManger.
@@ -58,8 +58,8 @@ It is in [FlashairFileManager](https://www.flashair-developers.com/en/documents/
58
58
## Troubleshooting
59
59
60
60
- Failed to build keytar.
61
-
- The behavior of [node-gyp](https://github.com/nodejs/node-gyp) used for build requires installation of Python 2.x series. Please make sure that is installed or Path is passed.
62
-
- For Windows, Python 2. series should be installed along with the installation of [Windows-Build-Tools](https://github.com/felixrieseberg/windows-build-tools).
61
+
- The behavior of [node-gyp](https://github.com/nodejs/node-gyp) used for build requires installation of Python 2.x series. Please make sure that is installed or Path is passed.
62
+
- For Windows, Python 2. series should be installed along with the installation of [Windows-Build-Tools](https://github.com/felixrieseberg/windows-build-tools).
63
63
- It may be solved by executing the following command.
64
64
-`cd FlashAirFileManager`
65
65
-`cd node_modules/keytar`
@@ -68,7 +68,7 @@ It is in [FlashairFileManager](https://www.flashair-developers.com/en/documents/
0 commit comments