Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* re-organized default_env by board type * added a note saying if HUB75 support is included * esp32 buildenv cleanup (removed not used flags) * env:esp32_4MB_PSRAM_M deleted * flash usage statistics
- Loading branch information
655fada
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason there is sometimes a single comment (;) and sometimes a double comment (;;) semicolon used?
655fada
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think there is a technical difference. One or two years ago there were sometimes compile warnings when you used
;
- seems to be solved since then.The rest is just personal preference - I find that comments are easier to see if they start with
;;
.