We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52784bf commit 161e9f4Copy full SHA for 161e9f4
esp8266/main.c
@@ -49,8 +49,8 @@ STATIC void mp_reset(void) {
49
mp_init();
50
mp_obj_list_init(mp_sys_path, 0);
51
mp_obj_list_append(mp_sys_path, MP_OBJ_NEW_QSTR(MP_QSTR_)); // current dir (or base dir of the script)
52
- mp_obj_list_append(mp_sys_path, MP_OBJ_NEW_QSTR(MP_QSTR__slash_));
53
mp_obj_list_append(mp_sys_path, MP_OBJ_NEW_QSTR(MP_QSTR__slash_lib));
+ mp_obj_list_append(mp_sys_path, MP_OBJ_NEW_QSTR(MP_QSTR__slash_));
54
mp_obj_list_init(mp_sys_argv, 0);
55
#if MICROPY_VFS_FAT
56
memset(MP_STATE_PORT(fs_user_mount), 0, sizeof(MP_STATE_PORT(fs_user_mount)));
0 commit comments