Skip to content

Commit f02dc53

Browse files
committed
BLE on to-do list.
1 parent 5a344f1 commit f02dc53

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,11 @@ If you want to contribute to Jessy OS, follow these steps:
165165
## To-do
166166

167167
1. Make a GNU's `wget`-like command.
168-
2. Port any other tiny programming/scripting language other than Duktape's JavaScript.
169-
3. Scheduling and auto-run tasks on boot-up.
170-
4. Improve the available APIs on the JavaScript Duktape VM.
171-
5. Design a customized PCB.
168+
2. Bluetooth Low Energy (BLE) functionality and terminal command.
169+
3. Port any other tiny programming/scripting language other than Duktape's JavaScript.
170+
4. Scheduling and auto-run tasks on boot-up.
171+
5. Improve the available APIs on the JavaScript Duktape VM.
172+
6. Design a customized PCB.
172173

173174
## Known Bugs
174175

docs/index.pug

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ body(class="bg-primary text-white")
232232

233233
ol
234234
li Make a GNU's <pre class="border pt-1 pb-1 px-2 d-inline">wget</pre>-like command.
235+
li Bluetooth Low Energy (BLE) functionality and terminal command.
235236
li Port any other tiny programming/scripting language other than Duktape's JavaScript.
236237
li Scheduling and auto-run tasks on boot-up.
237238
li Improve the available APIs on the JavaScript Duktape VM.

0 commit comments

Comments
 (0)