File tree 3 files changed +8
-3
lines changed
src/main/resources/config/liquibase
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,16 @@ The software was designed with the following requirements in mind:
18
18
19
19
## Release notes
20
20
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
+
21
25
### Release 1.3
22
26
- Programmable timers for GPIO output actions
23
27
24
28
### 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 " />
26
31
- Auto select INPUT mode when sensor DHT11 is added
27
32
28
33
### Release 1.0
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.robmelfi.rcraspi</groupId >
6
6
<artifactId >rcraspi</artifactId >
7
- <version >1.3.1-SNAPSHOT </version >
7
+ <version >1.3.1</version >
8
8
<packaging >war</packaging >
9
9
<name >Rcraspi</name >
10
10
Original file line number Diff line number Diff line change 1
1
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
3
3
2;FlameSensor;Flame Sensor;https://www.dropbox.com/s/1ekpkyc0kwj9pjh/flame_sensor.jpg?raw=1
You can’t perform that action at this time.
0 commit comments