Skip to content

Commit

Permalink
BLE on to-do list.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Oct 29, 2023
1 parent 5a344f1 commit f02dc53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,11 @@ If you want to contribute to Jessy OS, follow these steps:
## To-do

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

## Known Bugs

Expand Down
1 change: 1 addition & 0 deletions docs/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ body(class="bg-primary text-white")

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

0 comments on commit f02dc53

Please sign in to comment.