Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoschwartz committed Nov 23, 2015
1 parent 64f3058 commit 6d5569d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
@@ -1,5 +1,7 @@
# aREST-ESP8266

**This project is now deprecated, as I am focusing all my efforts on the Arduino-compatible ESP8266 library. You can find the Arduino-compatible version of the library at [https://github.com/marcoschwartz/aREST](https://github.com/marcoschwartz/aREST)**

aREST API for the ESP8266 WiFi chip using the NodeMCU firmware

Version 0.1
Expand Down Expand Up @@ -72,4 +74,4 @@ Mode is to change the mode on a pin. For example:

You can also access a description of all the variables that were declared on the board with a single command. This is useful to automatically build graphical interfaces based on the variables exposed to the API. This can be done via the following calls:
* `/` or `/id`
* The names & types of the variables will then be stored in the variables field of the returned JSON object
* The names & types of the variables will then be stored in the variables field of the returned JSON object

0 comments on commit 6d5569d

Please sign in to comment.