Thanks a lot Daid. I managed to create a fork now I try to understand the Be social part.
Cheers, green-striped-gecko (I had to change my user name as greengecko was already taken from someone :-(
Thanks a lot Daid. I managed to create a fork now I try to understand the Be social part.
Cheers, green-striped-gecko (I had to change my user name as greengecko was already taken from someone :-(
Main thing to consider is that the Arduino Mega2560 we use is almost out of RAM, so you should avoid using extra ram.
Not sure about this. As does not each new line of code use more RAM? When I compile it, it says something about 96000 units of 250000 units are taken.
So how much of the RAM is left (I assume there is some set aside for the printing buffer?!)
That's flash, the ATMega2560 has loads of flash, but only 8k RAM.
Recommended Posts
Daid 306
Yes! Updates on the firmware are good. It can use a lot of improvements on the UltiController front. Long filename support was one major thing. But there are lots of more improvements to be made.
Main thing to consider is that the Arduino Mega2560 we use is almost out of RAM, so you should avoid using extra ram.
For github, I recommend reading the github bootcamp:
https://help.github.com/categories/54/articles
"Fork a project" explains how you can setup your own development branch.
"Be social" -> "Pull Requests" explains how to easy submit changes to the origin of your fork for review.
Link to post
Share on other sites