Skip to content

Commit af00c4c

Browse files
add FW 4.2.2
No changes, only updated arduino-pico for the latest LittleFS (file system) version.
1 parent f39c5e3 commit af00c4c

6 files changed

Lines changed: 2 additions & 2 deletions

File tree

β€Žsoftware/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
If you want to play around with the firmware, the Arduino sketch can be found inside `ogd_pico`. It also includes some instructions on how to program. See below for more info about that.
66

7-
**Note about HW compatability:** Each hardware revision of the detector has its own major version of the Arduino sketch indicated by the leading number of the version code. The versions are only tested on their respective hardware, so they might and probably will not work with newer or older detector boards. As an example, FW 4.0.2 is designed to only run on Rev. 4 boards, while 3.5.2 is only designed to run on Rev. 3 boards.
7+
**Note about HW compatability:** Each hardware revision of the detector has its own major version of the Arduino sketch indicated by the leading number of the version code. The versions are only tested on their respective hardware, so they might and probably will not work with newer or older detector boards. As an example, FW **4**.0.2 is designed to only run on Rev. **4** boards, while **3**.5.2 is only designed to run on Rev. **3** boards.
88

99
## Programming the Pi Pico
1010

-397 KB
Binary file not shown.

β€Žsoftware/ogd_pico-4.2.1.uf2β€Ž

-397 KB
Binary file not shown.
400 KB
Binary file not shown.

β€Žsoftware/ogd_pico-4.2.2.uf2β€Ž

400 KB
Binary file not shown.

β€Žsoftware/ogd_pico/ogd_pico.inoβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ struct Config {
8383
=================
8484
*/
8585

86-
const String FW_VERSION = "4.2.1"; // Firmware Version Code
86+
const String FW_VERSION = "4.2.2"; // Firmware Version Code
8787

8888
const uint8_t GND_PIN = A2; // GND meas pin
8989
const uint8_t VSYS_MEAS = A3; // VSYS/3

0 commit comments

Comments
Β (0)