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?
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?
Depending on the version of micropython and the way VEX has it setup on the brain,
import os
print(os.uname())
might work.
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.
Super, thanks for the info!