Version numbers of Micropython on V5, VIQ brains?

Can you tell me what versions of micropython is on the V5 and the VIQ V1 brains?

Is there an easy way I could / can figure this out without asking here?

1 Like

Depending on the version of micropython and the way VEX has it setup on the brain,

import os

print(os.uname())

might work.

10 Likes

It’s based on V1.13 (but obviously with many additions). You can see that in REPL banner or using info() function.

IQ gen 1 does not support Python, only V5, IQ Gen2 and EXP.

12 Likes

Super, thanks for the info!