Skip to content

Commit

Permalink
Update info files
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamerDeLy committed Oct 23, 2022
1 parent 41b7095 commit 91e08bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
![GitHub](https://img.shields.io/github/license/DreamerDeLy/dream)
![GitHub repo size](https://img.shields.io/github/repo-size/DreamerDeLy/dream)

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.
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.

## Installation

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

```ini
lib_deps =
https://github.com/DreamerDeLy/dream.git#v0.2.0
https://github.com/DreamerDeLy/dream.git#v0.4.0
```

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

```powershell
pio ci --board=esp32dev examples/CLI/ --lib src/
pio ci --board=esp32dev examples/CLI_Basic/ --lib src/
pio ci --board=esp32dev examples/CLI_Continuous/ --lib src/
pio ci --board=esp32dev examples/SerialLogging/ --lib src/
pio ci --board=esp32dev examples/UnitsConversion/ --lib src/
pio ci --board=esp32dev examples/Values/ --lib src/
pio ci --board=esp32dev examples/TimerSimple/ --lib src/
pio ci --board=esp32dev examples/TimerCallbacks/ --lib src/
pio ci --board=esp32dev examples/Timer_Basic/ --lib src/
pio ci --board=esp32dev examples/Timer_Callbacks/ --lib src/
```

Use this command to run tests (you have to have connected ESP32 to your computer):
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"type": "git",
"url": "https://github.com/DreamerDeLy/dream.git"
},
"version": "0.3.0",
"version": "0.4.0",
"license": "GPL-3.0-or-later",
"frameworks": "arduino",
"platforms":
Expand Down

0 comments on commit 91e08bf

Please sign in to comment.