Save not working on HY 3.2 inch board with lots of vars for some reason

This commit is contained in:
Gordon Williams 2013-12-05 19:13:12 +00:00
parent 11c3448d1e
commit 917bbe51f7
2 changed files with 1 additions and 2 deletions

View File

@ -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)

View File

@ -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",