Skip to content

Invalid buzz.py file in micropython firmware #1

@xyb

Description

@xyb

The firmware http://cdn.kittenbot.cn/meowbit/meowpy.uf2 in micropython/micropython快速开始.md provide a invalid buzz.py file which can not be imported:

MicroPython v1.9.4-616-g41fb4d3-dirty on 2019-03-13; MEOWBIT with STM32F401xE
Type "help()" for more information.
>>> import os
>>> os.listdir()
['unicode12.bin', 'boot.py', 'main.py', 'mpu6050.py', 'buzz.py', '.fseventsd', 'meowbit_unicode.py', '._meowbit_unicode.py']
>>> import buzz
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "buzz.py", line 1, in <module>
NameError: name '������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������' isn't defined

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions