The code type is DOTENV!

This commit is contained in:
Nomi Nonsense (Nonszy) 2024-03-10 14:02:08 +07:00
parent e064e198a3
commit f1ccdb35bf

View File

@ -29,7 +29,7 @@ Arduino assembly guide also available in [johnny-five](https://github.com/rwaldr
2. Add `.env` file in the project root directory with the `SERIAL_PORT` variable
```
```dotenv
SERIAL_PORT=/dev/ttyUSB0
```