We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EC800MCNGBR06A01M08_OCPU_QPY_TEST0303.zip
>>> import example >>> example.exec('/usr/example_ai.py') lte network normal volume: 6 >>> TIKTOK_RTC_EVENT_START TIKTOK_RTC_EVENT_TTS_TEXT 你好 TIKTOK_RTC_EVENT_TTS_TEXT 你好有 TIKTOK_RTC_EVENT_TTS_TEXT 你好有什 TIKTOK_RTC_EVENT_TTS_TEXT 你好有什么 TIKTOK_RTC_EVENT_TTS_TEXT 你好有什么可 TIKTOK_RTC_EVENT_TTS_TEXT 你好有什么可以 TIKTOK_RTC_EVENT_TTS_TEXT 你好有什么可以帮 TIKTOK_RTC_EVENT_TTS_TEXT 你好有什么可以帮到 TIKTOK_RTC_EVENT_TTS_TEXT 你好有什么可以帮到你 TIKTOK_RTC_EVENT_TTS_TEXT 你好有什么可以帮到你的 TIKTOK_RTC_EVENT_TTS_TEXT 你好有什么可以帮到你的吗 >>> >>> >>> print('hello world') hello world >>> >>> >>> >>> from machine import UART >>> from machine import Timer >>> from machine import ExtInt >>> from machine import RTC >>> from machine import I2C >>> from machine import I2C_simulation >>> from machine import SPI >>> from machine import LCD Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: can't import name LCD >>> >>> from machine import WDT >>> import miscimport misc >>> import audio >>> from gnss import GnssGetData >>> import quecgnss >>> import cellLocator >>> import TiktokRTC >>> from aLiYun import aLiYun >>> import poc Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: no module named 'poc' >>> >>> import lvgl as lv Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: no module named 'lvgl' >>>
The text was updated successfully, but these errors were encountered:
'lvgl'和'LCD'是单独的功能模块,测试固件版本因空间有限,未默认支持。 可以联系我们前端的FAE进行支持,更新功能支持固件。
Sorry, something went wrong.
No branches or pull requests
硬件
固件版本
EC800MCNGBR06A01M08_OCPU_QPY_TEST0303.zip
报错内容
The text was updated successfully, but these errors were encountered: