Skip to main content

imp.getbootromversion()

Returns the current version of the imp’s BootROM

Availability

Device

Returns

String — the special version string of the imp’s BootROM firmware

Description

This method returns the special version string of the imp’s BootROM firmware. The string is human-readable (ie. contains no control characters) and is different for different releases. No other promises are made about the string’s format or content, and the data should be used only for informational purposes. For example:

server.log(imp.getbootromversion());

logs a string of the form:

d3992ca - release-35.7 - Tue Jan 31 11:51:49 2017 - production

Module-specific Information

impC001

imp.getbootromversion() is not available on the impC001.