mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
12 lines
302 B
Markdown
12 lines
302 B
Markdown
####Q1. The screen of PLC module displays as shown below
|
|
```
|
|
OSError: [Errno 2] ENOENT
|
|
MicroPython v1.8.6-1089-g1365f7f-dirty on 2017-05-16; ESP32 module with ESP32
|
|
Type "help()" for more information.
|
|
```
|
|
|
|
A1. `ENOENT` means os does not find `main.py` file
|
|
|
|
|
|
####Q2. PLC module displays as shown below
|