mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-02 16:01:55 +02:00
* Some basic work on connecting modules
This commit is contained in:
parent
810f001901
commit
d1b0663b5d
7 changed files with 109 additions and 17 deletions
|
@ -209,7 +209,7 @@ function clearScreen() {
|
|||
}
|
||||
|
||||
function resetScreen() {
|
||||
return exports.goHome() + exports.eraseData(2);
|
||||
return exports.goHome() + exports.reset() + exports.eraseData(2);
|
||||
}
|
||||
|
||||
function normal() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue