File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -127,11 +127,11 @@ uint8_t CV_ARRAY_DEFAULT [CV_ARRAY_SIZE] = {
127127 0b00000000 , //CV_102 -
128128 0b00000000 , //CV_103 -
129129 0b00000000 , //CV_104 -
130- 0b00000000 , //CV_105 -
131- 0b00000000 , //CV_106 -
132- 0b00000000 , //CV_107 -
133- 0b00000000 , //CV_108 -
134- 0b00000000 , //CV_109 -
130+ 0b00000000 , //CV_105 - user data
131+ 0b00000000 , //CV_106 - user data
132+ 0b00000001 , //CV_107 - MSB Manufacturer ID for DIY https://www.decoderdb.com/database/decoderdb-list
133+ 0b00001011 , //CV_108 - LSB Manufacturer ID
134+ DECODER_ID , //CV_109 - Decoder ID defined by board .h file (e.g. RP2040-Decoder-board-USB.h)
135135 0b00000000 , //CV_110 -
136136 0b00000000 , //CV_111 -
137137///// PWM - Configuration //////////////////////////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change 2020// For board detection
2121#define RP2040_DECODER
2222
23+ // Decoder ID (CV_109)
24+ #define DECODER_ID 1
25+
2326// In case the xosc takes longer to stabilize than usual
2427#ifndef PICO_XOSC_STARTUP_DELAY_MULTIPLIER
2528#define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64
Original file line number Diff line number Diff line change 1919// For board detection
2020#define RP2040_DECODER
2121
22+ // Decoder ID (CV_109)
23+ #define DECODER_ID 2
24+
2225// In case the xosc takes longer to stabilize than usual
2326#ifndef PICO_XOSC_STARTUP_DELAY_MULTIPLIER
2427#define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64
You can’t perform that action at this time.
0 commit comments