Version 3.6e - 19th May 2021

Fixes #48. Adds support for Raspberry Pi Pico. Fixed version displayed.
This commit is contained in:
David Johnson-Davies 2021-05-19 18:52:28 +01:00 committed by GitHub
parent 8005eb88ab
commit 99f61dd4bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/* uLisp ARM Version 3.6d - www.ulisp.com /* uLisp ARM Version 3.6e - www.ulisp.com
David Johnson-Davies - www.technoblogy.com - 18th May 2021 David Johnson-Davies - www.technoblogy.com - 19th May 2021
Licensed under the MIT license: https://opensource.org/licenses/MIT Licensed under the MIT license: https://opensource.org/licenses/MIT
*/ */
@ -5947,7 +5947,7 @@ void setup () {
initenv(); initenv();
initsleep(); initsleep();
initgfx(); initgfx();
pfstring(PSTR("uLisp 3.7 "), pserial); pln(pserial); pfstring(PSTR("uLisp 3.6 "), pserial); pln(pserial);
} }
// Read/Evaluate/Print loop // Read/Evaluate/Print loop