Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoblin authored Dec 19, 2024
1 parent c097098 commit d4e9693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ After create Platformio project for STC15408AS add to platformio.ini line with l
[env:STC15W408AS]
platform = intel_mcs51
board = STC15W408AS
lib_deps = mgoblin/STC15 hardware@^0.7.0
lib_deps = mgoblin/STC15 hardware@^0.8.0
```
Where is 0.7.0 STC15 hardware library version.

Expand All @@ -23,7 +23,7 @@ As alternative in lib_deps line github link could be used.
[env:STC15W408AS]
platform = intel_mcs51
board = STC15W408AS
lib_deps = https://github.com/mgoblin/STC15lib#0.7.0
lib_deps = https://github.com/mgoblin/STC15lib#0.8.0
```

Where is 0.7.0 STC15 hardware library github tag version.
Expand Down

0 comments on commit d4e9693

Please sign in to comment.