2086|2

1万

帖子

24

TA的资源

版主

楼主
 

Thonny 自动设置时间 [复制链接]

 

同事在使用Thonny时,发现保存文件时会自动设置系统时间。分析了一下Thonny下载程序时,发现Thonny发送了下面命令:

 


try:

    from machine import RTC as __thonny_RTC
    try:
        __thonny_RTC()datetime((2021, 6, 16, 3, 16, 6, 0, 0))
    except:
        __thonny_RTC()init((2021, 6, 16, 16, 6, 0, 0, 0))
    del __thonny_RTC


    __thonny_helperprint_mgmt_value(True)
except Exception as e:
    __thonny_helperprint_mgmt_value(str(e))

try:
    __thonny_path = '/testpy'
    __thonny_written = 0
    __thonny_fp = open(__thonny_path, 'wb')
except Exception as e:
    print(str(e))

def __W(x):
    global __thonny_written
    __thonny_written += __thonny_fpwrite(x)
    __thonny_fpflush()
    if hasattr(__thonny_helperos, "sync"):
        __thonny_helperossync()
__W(b'print(1+2+3+4+5)')__thonny_helperprint_mgmt_value(__thonny_written)
try:
    del __W
    del __thonny_written
    del __thonny_path
    __thonny_fpclose()
    del __thonny_fp
    del __thonny_result
    del __thonny_unhex
except:
    pass

__thonny_result = {} 
try:
    __thonny_names = __thonny_helperlistdir('/')
except OSError:
    __thonny_helperprint_mgmt_value(None) 
else:
    for __thonny_name in __thonny_names:
        if not __thonny_namestartswith("") or False:
            try:
                __thonny_result[__thonny_name] = __thonny_helperosstat('/' + __thonny_name)
            except OSError as e:
                __thonny_result[__thonny_name] = str(e)
    __thonny_helperprint_mgmt_value(__thonny_result)

__thonny_result = {} 
try:
    __thonny_names = __thonny_helperlistdir('/')
except OSError:
    __thonny_helperprint_mgmt_value(None) 
else:
    for __thonny_name in __thonny_names:
        if not __thonny_namestartswith("") or False:
            try:
                __thonny_result[__thonny_name] = __thonny_helperosstat('/' + __thonny_name)
            except OSError as e:
                __thonny_result[__thonny_name] = str(e)
    __thonny_helperprint_mgmt_value(__thonny_result)
   

 

可以看到,首先就是设置时间,并且会根据系统自动发送 datetime() 或 init(),从而让系统时间与计算机时间同步。

 

最新回复

你们公司在用mpy做项目?同事也在搞了?   详情 回复 发表于 2021-6-16 17:15
点赞 关注
 
 

回复
举报

7504

帖子

2

TA的资源

五彩晶圆(高级)

沙发
 

你们公司在用mpy做项目?同事也在搞了?

点评

是的,thonny挺方便,特别是在ESP32上。  详情 回复 发表于 2021-6-16 23:24
个人签名

默认摸鱼,再摸鱼。2022、9、28

 
 
 

回复

1万

帖子

24

TA的资源

版主

板凳
 
freebsder 发表于 2021-6-16 17:15 你们公司在用mpy做项目?同事也在搞了?

是的,thonny挺方便,特别是在ESP32上。

 
 
 

回复
您需要登录后才可以回帖 登录 | 注册

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
关闭
站长推荐上一条 1/10 下一条

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 国产芯 安防电子 汽车电子 手机便携 工业控制 家用电子 医疗电子 测试测量 网络通信 物联网

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved
快速回复 返回顶部 返回列表