Skip to content

Commit 91e08bf

Browse files
committed
Update info files
1 parent 41b7095 commit 91e08bf

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
![GitHub](https://img.shields.io/github/license/DreamerDeLy/dream)
99
![GitHub repo size](https://img.shields.io/github/repo-size/DreamerDeLy/dream)
1010

11-
DREAM (_**D**ynamic **R**eal-time **E**mbedded **A**rduino **M**odules_) is a collection of usefull modules for ESP8266/ESP32 projects on the Arduino Framework.
11+
DREAM (_**D**ynamic **R**eal-time **E**mbedded **A**rduino **M**odules_) is a collection of useful modules for ESP8266/ESP32 projects on the Arduino Framework.
1212

1313
## Installation
1414

@@ -25,7 +25,7 @@ Also you can select specific version, using tag:
2525

2626
```ini
2727
lib_deps =
28-
https://github.com/DreamerDeLy/dream.git#v0.2.0
28+
https://github.com/DreamerDeLy/dream.git#v0.4.0
2929
```
3030

3131
**For ArduinoIDE**:
@@ -54,12 +54,13 @@ This project created with [PlatformIO](https://platformio.org/).
5454
Use this commands to build examples:
5555

5656
```powershell
57-
pio ci --board=esp32dev examples/CLI/ --lib src/
57+
pio ci --board=esp32dev examples/CLI_Basic/ --lib src/
58+
pio ci --board=esp32dev examples/CLI_Continuous/ --lib src/
5859
pio ci --board=esp32dev examples/SerialLogging/ --lib src/
5960
pio ci --board=esp32dev examples/UnitsConversion/ --lib src/
6061
pio ci --board=esp32dev examples/Values/ --lib src/
61-
pio ci --board=esp32dev examples/TimerSimple/ --lib src/
62-
pio ci --board=esp32dev examples/TimerCallbacks/ --lib src/
62+
pio ci --board=esp32dev examples/Timer_Basic/ --lib src/
63+
pio ci --board=esp32dev examples/Timer_Callbacks/ --lib src/
6364
```
6465

6566
Use this command to run tests (you have to have connected ESP32 to your computer):

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"type": "git",
1616
"url": "https://github.com/DreamerDeLy/dream.git"
1717
},
18-
"version": "0.3.0",
18+
"version": "0.4.0",
1919
"license": "GPL-3.0-or-later",
2020
"frameworks": "arduino",
2121
"platforms":

0 commit comments

Comments
 (0)