What device are you using?
But I'm afraid not. The serial number is usually based on the underlying hardware, so cannot be changed - that's the whole point.
If you want it smaller, use .substr(...) to take only a small fraction of it.
.substr(...)
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
What device are you using?
But I'm afraid not. The serial number is usually based on the underlying hardware, so cannot be changed - that's the whole point.
If you want it smaller, use
.substr(...)
to take only a small fraction of it.