We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d263fdb commit 534dddbCopy full SHA for 534dddb
README.md
@@ -4,8 +4,12 @@ Initial version written by Joe Jaworski (http://www.joejaworski.com/weather/)
4
5
Additions made by Jack Farley (https://github.com/bytesnz/wproweather)
6
7
+Contributors:
8
+- [Andrew Miskelly (amiskelly)](https://github.com/amiskelly)
9
+
10
+## Usage
11
```
-vproweather v1.3.5
12
+vproweather v1.3.6
13
https://github.com/bytesnz/vproweather
14
Original work by Joe Jaworski http://www.joejaworski.com/weather/
15
main.c
@@ -41,7 +41,7 @@
41
#include "dhandler.h"
42
#include "byte.h"
43
44
-#define VERSION "1.3.5"
+#define VERSION "1.3.6"
45
46
/* local Data */
47
static char szttyDevice[255]; /* Serial device string */
0 commit comments