Skip to content

Commit

Permalink
Bumping the main OMX version
Browse files Browse the repository at this point in the history
  • Loading branch information
Quixotic7 committed Mar 2, 2024
1 parent 471b2a5 commit 6e574d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OMX-27-firmware/OMX-27-firmware.ino
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// OMX-27 MIDI KEYBOARD / SEQUENCER

// v1.12.18
// v1.13.1
// Last update: Feb 2024
//
// Original concept and initial code by Steven Noreyko
Expand Down
6 changes: 3 additions & 3 deletions OMX-27-firmware/src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
// #include <cstdarg>

/* * firmware metadata */
// OMX_VERSION = 1.12.18
// OMX_VERSION = 1.13.1
const int MAJOR_VERSION = 1;
const int MINOR_VERSION = 12;
const int POINT_VERSION = 18;
const int MINOR_VERSION = 13;
const int POINT_VERSION = 1;

const int DEVICE_ID = 2;

Expand Down

0 comments on commit 6e574d6

Please sign in to comment.