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
Add PLATFORMIO define to gcc builder which should be equal to platformio.__version__ in the INT format (4bytes):
1byte = major version
2byte = minor version
3byte = bug fixes number
4byte = dev/pre/post/alpha/beta and etc
Pack this information in MSB order.
The text was updated successfully, but these errors were encountered:
Didn't think about it, its been a couple of weeks since I've had time to work on the software as I've needed to update the boards I've been running on it. I'll contemplate new ideas, I should be back to software development this week.
Add
PLATFORMIO
define togcc
builder which should be equal toplatformio.__version__
in the INT format (4bytes):1byte = major version
2byte = minor version
3byte = bug fixes number
4byte = dev/pre/post/alpha/beta and etc
Pack this information in
MSB
order.The text was updated successfully, but these errors were encountered: