From 99f61dd4bcb7e15edb985f91b231874b9a2e595d Mon Sep 17 00:00:00 2001 From: David Johnson-Davies Date: Wed, 19 May 2021 18:52:28 +0100 Subject: [PATCH] Version 3.6e - 19th May 2021 Fixes #48. Adds support for Raspberry Pi Pico. Fixed version displayed. --- ulisp-arm.ino | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ulisp-arm.ino b/ulisp-arm.ino index d8be1bb..79740a7 100644 --- a/ulisp-arm.ino +++ b/ulisp-arm.ino @@ -1,5 +1,5 @@ -/* uLisp ARM Version 3.6d - www.ulisp.com - David Johnson-Davies - www.technoblogy.com - 18th May 2021 +/* uLisp ARM Version 3.6e - www.ulisp.com + David Johnson-Davies - www.technoblogy.com - 19th May 2021 Licensed under the MIT license: https://opensource.org/licenses/MIT */ @@ -5947,7 +5947,7 @@ void setup () { initenv(); initsleep(); initgfx(); - pfstring(PSTR("uLisp 3.7 "), pserial); pln(pserial); + pfstring(PSTR("uLisp 3.6 "), pserial); pln(pserial); } // Read/Evaluate/Print loop