Skip to content

Commit

Permalink
updated package.json; fixed readme links to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiDittrich committed Mar 30, 2016
1 parent ca59598 commit f4e8f17
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
### 1.5.0-BETA1 ###
### 1.5.0 ###
* Added: Bulk/Multi File upload
* Added: `devices` command to display a list of all connected NodeMCU Devices
* Added: `noninteractive` options to the `mkfs` command to disable user interaction (confirm dialog)
* Added: Global `--silent` mode to disable log/status messages - only errors and direct outputs are displayed
* Added: Apache [ANT](http://ant.apache.org/) build script example (programmatic fiel upload)
* Added: Apache [ANT](http://ant.apache.org/) build script example (programmatic file upload)
* Added: PHP Usage example (programmatic usage of fsinfo command)
* Added: Python Usage example (programmatic usage of devices command)
* Added: Programmatic Usage [Guide](docs/ProgrammaticUsage.md)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ directly from the command line.
Related Documents
-----------------

* [Common Use-Cases and Examples](doc/Examples.md)
* [Programmatic Usage](doc/ProgrammaticUsage.md)
* [Common Use-Cases and Examples](docs/Examples.md)
* [Programmatic Usage](docs/ProgrammaticUsage.md)
* [Contribution Guidelines](CONTRIBUTE.md)
* [Changelog](CHANGES.md)
* [License](LICENSE.md)
Expand Down Expand Up @@ -593,7 +593,7 @@ FAQ
---

#### Do you provide more Examples/Use Cases ? ####
Of course, check the [Examples](doc/Examples.md) file (tool usage) as well as the `examples/` directory for third party examples
Of course, check the [Examples](docs/Examples.md) file (tool usage) as well as the `examples/` directory for third party examples

#### The serial file transfer is pretty slow ####
By default, the serial connection uses a 9600 baud with 8N1 - this means maximal 960 bytes/s raw data rate.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodemcu-tool",
"version": "1.4.0",
"version": "1.5.0",
"description": "Command line tool to upload and manage files on your NodeMCU / ESP8266 Module.",
"keywords": [
"cli",
Expand Down

0 comments on commit f4e8f17

Please sign in to comment.