Skip to content

Commit

Permalink
add FW 4.2.2
Browse files Browse the repository at this point in the history
No changes, only updated arduino-pico for the latest LittleFS (file system) version.
  • Loading branch information
NuclearPhoenixx committed Jun 5, 2024
1 parent f39c5e3 commit af00c4c
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion software/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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.

**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.
**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.

## Programming the Pi Pico

Expand Down
Binary file removed software/ogd_pico-4.2.1-overclocked.uf2
Binary file not shown.
Binary file removed software/ogd_pico-4.2.1.uf2
Binary file not shown.
Binary file added software/ogd_pico-4.2.2-overclocked.uf2
Binary file not shown.
Binary file added software/ogd_pico-4.2.2.uf2
Binary file not shown.
2 changes: 1 addition & 1 deletion software/ogd_pico/ogd_pico.ino
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ struct Config {
=================
*/

const String FW_VERSION = "4.2.1"; // Firmware Version Code
const String FW_VERSION = "4.2.2"; // Firmware Version Code

const uint8_t GND_PIN = A2; // GND meas pin
const uint8_t VSYS_MEAS = A3; // VSYS/3
Expand Down

0 comments on commit af00c4c

Please sign in to comment.