Simplify terminate + bye + fix build.
This commit is contained in:
@ -21,7 +21,6 @@ forth definitions
|
||||
|
||||
( Set up Basic I/O )
|
||||
internals definitions also serial
|
||||
: esp32-bye 0 terminate ;
|
||||
: serial-type ( a n -- ) Serial.write drop ;
|
||||
: serial-key ( -- n )
|
||||
begin pause Serial.available until 0 >r rp@ 1 Serial.readBytes drop r> ;
|
||||
@ -33,7 +32,7 @@ also forth definitions
|
||||
' default-type is type
|
||||
' default-key is key
|
||||
' default-key? is key?
|
||||
' esp32-bye is bye
|
||||
' raw-terminate is terminate
|
||||
only forth definitions
|
||||
|
||||
also ledc also serial also SPIFFS
|
||||
|
||||
Reference in New Issue
Block a user