Skip to content

Commit eb9a2e8

Browse files
committed
use unlimited vars on linux now we tipped the 15k mark
1 parent ad102f2 commit eb9a2e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

boards/PIPBOY_LINUX.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
info = {
1818
'name' : "Pipboy Linux Debug Compilation",
1919
'default_console' : "EV_USBSERIAL",
20-
'variables' : 15000, # 0 = resizable variables, rather than fixed
20+
'variables' : 0, # 0 = resizable variables, rather than fixed
2121
'binary_name' : 'espruino_pb',
2222
'build' : {
2323
'libraries' : [

0 commit comments

Comments
 (0)