04-28-2021, 03:42 AM
(04-27-2021, 08:14 PM)Mpoint Wrote: Hello Danielt
How does one prope the watch running wasp-os for firmware version information I tried ./wasp-os/tools/wasptool --console and I get errors
Version information needs the console to work (either `tools/wasptool --console` or Android equivalents such as Serial Bluetooth Terminal). Once you have the console working version information can be obtained by running:
import os
os.uname()