Browse Source

bump version to 0.3

Thomas Buck 4 months ago
parent
commit
bbc2c45335
2 changed files with 5 additions and 1 deletions
  1. 4
    0
      README.md
  2. 1
    1
      include/config.h

+ 4
- 0
README.md View File

@@ -1,6 +1,7 @@
1 1
 # Pi Pico Volcano Remote Control Gadget
2 2
 
3 3
 ![Firmware](https://github.com/xythobuz/Volcano-Remote/actions/workflows/cmake.yml/badge.svg)
4
+![STLs](https://github.com/xythobuz/Volcano-Remote/actions/workflows/scad.yml/badge.svg)
4 5
 
5 6
 Supports:
6 7
 
@@ -15,6 +16,9 @@ Adapted from the [tinyusb-cdc-example](https://github.com/hathach/tinyusb/blob/m
15 16
 `python-test` contains a similar app to the C version in the top level of the repo, but instead written for MicroPython on the Pico W.
16 17
 Unfortunately I had many performance and space problems with this, so I decided to rewrite it.
17 18
 `web-app` contains a script to conveniently fetch the original web app JS sources, for "reverse engineering".
19
+`case` contains the OpenSCAD files of a 3D printed case for the device.
20
+
21
+You can find the rendered STL files attached to the [GitHub releases](https://github.com/xythobuz/Volcano-Remote/releases), as well as pre-compiled binaries to flash on the device.
18 22
 
19 23
 ## Quick Start
20 24
 

+ 1
- 1
include/config.h View File

@@ -20,7 +20,7 @@
20 20
 #define __CONFIG_H__
21 21
 
22 22
 #define APP_VERSION_MAJOR 0
23
-#define APP_VERSION_MINOR 2
23
+#define APP_VERSION_MINOR 3
24 24
 
25 25
 #define MENU_PREFER_VOLCANO
26 26
 //#define MENU_PREFER_CRAFTY

Loading…
Cancel
Save