mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
Save not working on HY 3.2 inch board with lots of vars for some reason
This commit is contained in:
parent
11c3448d1e
commit
917bbe51f7
@ -22,7 +22,6 @@
|
||||
Remove JSV_PARENTINFO, as it turns out JS doesn't keep track of function scopes anyway (fix #109)
|
||||
Make 'this' a keyword (now faster, more memory efficient)
|
||||
Make 'Hardware' (root) the default value of 'this'
|
||||
Increased variable count for HY32 board (not sure why it was lower?)
|
||||
|
||||
1v42 : [ebirger] allowing 'new' with no brackets
|
||||
Allow built-in functions with variable numbers of arguments (fix #83)
|
||||
|
||||
@ -17,7 +17,7 @@ import pinutils;
|
||||
info = {
|
||||
'name' : "HY-MiniSTM32V 3.2 inch LCD Board (VCT6)",
|
||||
'link' : [ "http://www.hotmcu.com/hyministm32v-dev-board-32-tft-lcd-module-p-5.html" ],
|
||||
'variables' : 2000,
|
||||
'variables' : 1000,
|
||||
};
|
||||
chip = {
|
||||
'part' : "STM32F103VC",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user