-
• #27
which one would be the exact same version that I can download here
if you have it in the device there is git commit id in
process.env
Well, unless it is not there for stable releases, not sure, I don't use them, it is added here
https://github.com/espruino/Espruino/blob/master/src/jswrap_process.c#L136 -
• #28
Each release is tagged: https://github.com/espruino/Espruino/tags
But generally using the latest is a pretty good idea. We did have one bad commit recently but generally the
master
branch is pretty stable
The folders at https://www.espruino.com/binaries/travis/?C=M;O=D are named after their corresponding commits. Inside them the firmware version number can be read. So that's one way to find 2v19 corresponding commit.
Then you can reset your git cloned folder/fork to that commit and build.