Files

12 lines
302 B
Markdown
Raw Permalink Normal View History

2018-09-26 16:12:54 +08:00
####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