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
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Espruino JavaScript for Microcontrollers
5
5
| __|___ ___ ___ _ _|_|___ ___
6
6
| __|_ -| . | _| | | | | . |
7
7
|_____|___| _|_| |___|_|_|_|___|
8
-
|_|
8
+
|_|
9
9
</pre>
10
10
https://www.espruino.com [](https://gitter.im/espruino/Espruino?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
11
11
@@ -16,7 +16,7 @@ About
16
16
17
17
Espruino is a JavaScript interpreter for microcontrollers. It is designed for devices with as little as 128kB Flash and 8kB RAM.
18
18
19
-
Please support Espruino by [ordering one of our official boards](https://www.espruino.com/Order) or [donating](https://www.espruino.com/Donate)
19
+
Please support Espruino by [ordering one of our official boards](https://www.espruino.com/Order) or [donating](https://www.espruino.com/Donate).
20
20
21
21
22
22
Documentation
@@ -28,7 +28,7 @@ Browse the [Espruino Website](https://www.espruino.com) (try using search in the
28
28
29
29
There's also a [Reference](https://www.espruino.com/Reference) for JavaScript commands as well as [Tutorials](https://www.espruino.com/Tutorials). However the documentation on the Espruino website will match the version [available for download](https://www.espruino.com/Download) but **not** the latest version on GitHub.
30
30
31
-
Builds for the [Espruino Board](https://www.espruino.com/EspruinoBoard) and [Pico Board](https://www.espruino.com/Pico) (built automatically for each Git commit) are [available from here](https://www.espruino.com/binaries/git)
31
+
Builds for the [Espruino Board](https://www.espruino.com/EspruinoBoard) and [Pico Board](https://www.espruino.com/Pico) (built automatically for each Git commit) are [available from here](https://www.espruino.com/binaries/git).
32
32
33
33
Other documentation of use is:
34
34
@@ -60,13 +60,13 @@ We try and support users of the boards we sell, but if you bought a non-official
60
60
License
61
61
-------
62
62
63
-
Please see the [LICENSE](LICENSE) file
63
+
Please see the [LICENSE](LICENSE) file.
64
64
65
65
66
66
Building
67
67
--------
68
68
69
-
Check out [the page on building Espruino](README_Building.md)
69
+
Check out [the page on building Espruino](README_Building.md).
70
70
71
71
72
72
Testing
@@ -82,7 +82,7 @@ The [officially supported boards](https://www.espruino.com/Order) are the best s
82
82
83
83
While Espruino can run on other boards, we make no money from them and so cannot afford to test, fix or support the firmware on them. We're dependent on the community.
84
84
85
-
You can download binaries from https://www.espruino.com/Download
85
+
You can download binaries from https://www.espruino.com/Download.
86
86
87
87
If you are a board manufacturer interested in getting your board officially supported, please [check out this page](https://www.espruino.com/Business).
["options","JsVar","Object containing IP address options `{ ip : '1,2,3,4', subnet, gateway, dns }`, or do not supply an object in otder to force DHCP."]
261
+
["options","JsVar","Object containing IP address options `{ ip : '1,2,3,4', subnet, gateway, dns }`, or do not supply an object in otder to force DHCP."]
Copy file name to clipboardExpand all lines: targets/esp8266/jswrap_esp8266.c
+2-2
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ void jswrap_ESP8266_reboot() {
72
72
"generate" : "jswrap_ESP8266_getResetInfo",
73
73
"return" : ["JsVar","An object with the reset cause information"]
74
74
}
75
-
At boot time the esp8266's firmware captures the cause of the reset/reboot. This function returns this information in an object with the following fields:
75
+
At boot time the esp8266's firmware captures the cause of the reset/reboot. This function returns this information in an object with the following fields:
["enable", "bool", "Enable or disable the debug logging."]
109
109
]
110
110
}
111
-
Enable or disable the logging of debug information. A value of `true` enables debug logging while a value of `false` disables debug logging. Debug output is sent to UART1 (gpio2).
111
+
Enable or disable the logging of debug information. A value of `true` enables debug logging while a value of `false` disables debug logging. Debug output is sent to UART1 (gpio2).
0 commit comments