Skip to content

Commit e455e56

Browse files
committed
v1.3.1
1 parent a5352ab commit e455e56

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,16 @@ The software was designed with the following requirements in mind:
1818

1919
## Release notes
2020

21+
### Release 1.3.1
22+
- Add preset configuration for Flame Sensor
23+
<img src="https://www.dropbox.com/s/1ekpkyc0kwj9pjh/flame_sensor.jpg?raw=1" alt="Flame Sensor" width="200"/>
24+
2125
### Release 1.3
2226
- Programmable timers for GPIO output actions
2327

2428
### Release 1.1
25-
- Add preset configuration for DHT11 sensor (Humidity Temperature sensor)
29+
- Add preset configuration for DHT11 sensor (Humidity Temperature sensor)
30+
<img src="https://www.dropbox.com/s/7g2ef7d59sgc0pi/dht11.jpg?raw=1" alt="DHT11 Sensor" width="200"/>
2631
- Auto select INPUT mode when sensor DHT11 is added
2732

2833
### Release 1.0

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.robmelfi.rcraspi</groupId>
66
<artifactId>rcraspi</artifactId>
7-
<version>1.3.1-SNAPSHOT</version>
7+
<version>1.3.1</version>
88
<packaging>war</packaging>
99
<name>Rcraspi</name>
1010

Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
id;name;description;image_path
2-
1;DHT11;Humidity Temperature Sensor;https://www.dropbox.com/s/4os0mxr5v5aeqa7/dht11.jpg?raw=1
2+
1;DHT11;Humidity Temperature Sensor;https://www.dropbox.com/s/7g2ef7d59sgc0pi/dht11.jpg?raw=1
33
2;FlameSensor;Flame Sensor;https://www.dropbox.com/s/1ekpkyc0kwj9pjh/flame_sensor.jpg?raw=1

0 commit comments

Comments
 (0)