missed t-rexes

This commit is contained in:
rcarteraz
2025-10-01 09:30:46 -07:00
committed by Jonathan Bennett
parent 17afdb9ccf
commit b28d095096
4 changed files with 5 additions and 5 deletions

View File

@@ -297,7 +297,7 @@ void printInfo()
#ifndef PIO_UNIT_TESTING
void setup()
{
#if defined(T_REX)
#if defined(R1_NEO)
pinMode(DCDC_EN_HOLD, OUTPUT);
digitalWrite(DCDC_EN_HOLD, HIGH);
pinMode(NRF_ON, OUTPUT);