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
# ### Step 4: Make sure output binary isn't larger than 1 MiB
54
+
# ### Step 3: Make sure output binary isn't larger than 1 MiB
79
55
# as the flash is partitioned as FIRMWARE | SCRATCH | FILESYSTEM
80
56
# and only 1MiB is assumed for the max size of the binary
81
57
# (see resources/engine_resource_manager.c)
@@ -84,11 +60,7 @@ def get_drives():
84
60
ifoutput_bin_size>=1*1024*1024:
85
61
raiseException("ERROR: Output binary size is too large! It can only be upto 1Mib in size. See: https://github.com/TinyCircuits/TinyCircuits-Tiny-Game-Engine/issues/66")
86
62
87
-
# Exit if told not to upload
88
-
if(uploadisFalse):
89
-
exit(0)
90
-
91
-
# ### Step 5: Assume that the port is plugged in and may be running a program, connect to it
63
+
# ### Step 4: Assume that the port is plugged in and may be running a program, connect to it
92
64
# end program with ctrl-c, and put into BOOTLOADER mode for upload
0 commit comments