You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ulisp-esp32.ino
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@
5
5
6
6
Patches from original:
7
7
* Deleted all code not for ESP32 specifically (shorter and easier to maintain)
8
+
* Removed load-image, save-image, ad autorunimage
8
9
* Run-from-SD on startup
9
10
* Different printgcs message
10
-
* Used actual name instead of 'stringNNN' in lookup table
11
11
* Goheeca and Max-Gerd Retzlaff's error-handling code (https://github.com/Goheeca/redbear_duo-uLisp/commit/4894c13 and http://forum.ulisp.com/t/error-handling-in-ulisp/691/7), but replaced sp_error with fn_throw (sp_error caused a segfault)
12
12
* Dave Astels' macro, intern, and generic :keyword support (http://forum.ulisp.com/t/ive-added-a-few-things-that-might-be-interesting/456)
0 commit comments