mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 17:50:04 +01:00
[code] Each script has a name, stored in the accordeon buffer.
A script can now be imported in the console. Moved all the MicroPython functions to python/port files. Change-Id: I0a23e8cb20005719b800e81470e1c574c702c3b7
This commit is contained in:
@@ -50,7 +50,6 @@ void ConsoleStore::pushResult(const char * text, size_t length) {
|
||||
push(ResultMarker, text, length);
|
||||
}
|
||||
|
||||
|
||||
void ConsoleStore::deleteLastLineIfEmpty() {
|
||||
ConsoleLine lastLine = lineAtIndex(numberOfLines()-1);
|
||||
char lastLineFirstChar = lastLine.text()[0];
|
||||
|
||||
Reference in New Issue
Block a user