Skip to content

Commit ed38f26

Browse files
committed
Initial Commit
1 parent 507410d commit ed38f26

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,3 +396,9 @@ FodyWeavers.xsd
396396

397397
# JetBrains Rider
398398
*.sln.iml
399+
400+
# Mac
401+
.DS_Store
402+
403+
# VisualStudioCode
404+
.vscode

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You can quickly and easily add this library to your project in PlatformIO by sim
3939

4040
```ini
4141
lib_deps =
42-
https://github.com/Flowduino/ESPressio-Base.git
42+
https://github.com/Flowduino/ESPressio-Base.git
4343
https://github.com/Flowduino/ESPressio-Observable.git
4444
```
4545

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name=Flowduino ESPressio-Threads
1+
name=Flowduino ESPressio-Observable
22
version=0.0.1
33
author=Simon J. Stuart
44
maintainer=Flowduino.com

src/Observable.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#pragma once
2+

0 commit comments

Comments
 (0)