src/eric7/MicroPython/Devices/MicrobitDevices.py

branch
eric7
changeset 11225
b28460e1877e
parent 11222
42441412dc29
equal deleted inserted replaced
11224:65b341cfab55 11225:b28460e1877e
1022 """ 1022 """
1023 if self.hasCircuitPython(): 1023 if self.hasCircuitPython():
1024 return super()._boardInformationCommands() 1024 return super()._boardInformationCommands()
1025 else: 1025 else:
1026 # These are a subset of the generic ones. 1026 # These are a subset of the generic ones.
1027 return [ # needs to be splitted for boards with low memory 1027 return [ # needs to be split for boards with low memory
1028 """def get_board_info(): 1028 """def get_board_info():
1029 res = {} 1029 res = {}
1030 1030
1031 try: 1031 try:
1032 import os 1032 import os

eric ide

mercurial