In the 8291 byte failure, byte_counter=6148 and trail_start=6045, for example.
I made some modifications to the code to support some external switches I wired in, so I might be using extra memory that the base code does not, although I think I also observed this with your code. Any tips on how to avoid this?
Ok, last issue from me, I swear :)
I sometimes get errors like
at line https://github.com/smartbutnot/flightportal/blob/8519ea53f9eaa2747a170a590496c3889f08d563/code.py#L236
In the 8291 byte failure,
byte_counter=6148
andtrail_start=6045
, for example.I made some modifications to the code to support some external switches I wired in, so I might be using extra memory that the base code does not, although I think I also observed this with your code. Any tips on how to avoid this?