How can I change the RESET PIN

I have a RAK MNTD Raspberry Pi 4 (Older Version).
I installed GatewayOS on it, Got it to connect to my remote chirpstack, but after a restart, it wont connect, and now shows

Gateway ID: Could not read Gateway ID

I believe it is supposed to use GPIO 25 as reset.

Is there a way to change it from 17 to 25?

These are the logs

Sun Jun 15 16:22:16 2025 user.info chirpstack-concentratord-sx1302[17275]: Starting Concentratord SX1302 (version: 4.4.8, docs: https://www.chirpstack.io/docs/chirpstack-concentratord/)
Sun Jun 15 16:22:16 2025 user.info chirpstack-concentratord-sx1302[17275]: Triggering sx130x reset
Sun Jun 15 16:22:16 2025 user.info chirpstack-concentratord-sx1302[17275]: Setting i2c device path, path: /dev/i2c-1
Sun Jun 15 16:22:16 2025 user.info chirpstack-concentratord-sx1302[17275]: Setting board configuration, lorawan_public: true, clock_source: 0, com_type: Spi, com_path: /dev/spidev0.0
Sun Jun 15 16:22:16 2025 user.info chirpstack-concentratord-sx1302[17275]: Setting up fine timestamp, enable: false
Sun Jun 15 16:22:16 2025 user.info chirpstack-concentratord-sx1302[17275]: Setting up concentrator channels
Sun Jun 15 16:22:16 2025 user.info chirpstack-concentratord-sx1302[17275]: Configuring radio, radio: 0, enabled: true, center_freq: 902700000, type: SX1250
Sun Jun 15 16:22:16 2025 user.info chirpstack-concentratord-sx1302[17275]: Configuring radio, radio: 1, enabled: true, center_freq: 903700000, type: SX1250
Sun Jun 15 16:22:16 2025 user.info chirpstack-concentratord-sx1302[17275]: Setting up concentrator channels
Sun Jun 15 16:22:16 2025 user.info chirpstack-concentratord-sx1302[17275]: Configuring multi-SF LoRa channel, channel: 0, enabled: true, freq: 902300000, rf_chain: 0, if_freq: -400000
Sun Jun 15 16:22:16 2025 user.info chirpstack-concentratord-sx1302[17275]: Configuring multi-SF LoRa channel, channel: 1, enabled: true, freq: 902500000, rf_chain: 0, if_freq: -200000
Sun Jun 15 16:22:16 2025 user.info chirpstack-concentratord-sx1302[17275]: Configuring multi-SF LoRa channel, channel: 2, enabled: true, freq: 902700000, rf_chain: 0, if_freq: 0
Sun Jun 15 16:22:16 2025 user.info chirpstack-concentratord-sx1302[17275]: Configuring multi-SF LoRa channel, channel: 3, enabled: true, freq: 902900000, rf_chain: 0, if_freq: 200000
Sun Jun 15 16:22:16 2025 user.info chirpstack-concentratord-sx1302[17275]: Configuring multi-SF LoRa channel, channel: 4, enabled: true, freq: 903100000, rf_chain: 0, if_freq: 400000
Sun Jun 15 16:22:16 2025 user.info chirpstack-concentratord-sx1302[17275]: Configuring multi-SF LoRa channel, channel: 5, enabled: true, freq: 903300000, rf_chain: 1, if_freq: -400000
Sun Jun 15 16:22:16 2025 user.info chirpstack-concentratord-sx1302[17275]: Configuring multi-SF LoRa channel, channel: 6, enabled: true, freq: 903500000, rf_chain: 1, if_freq: -200000
Sun Jun 15 16:22:16 2025 user.info chirpstack-concentratord-sx1302[17275]: Configuring multi-SF LoRa channel, channel: 7, enabled: true, freq: 903700000, rf_chain: 1, if_freq: 0
Sun Jun 15 16:22:16 2025 user.info chirpstack-concentratord-sx1302[17275]: Configuring Std LoRa channel, enabled: true, freq: 903000000, rf_chain: 0, if_freq: 300000
Sun Jun 15 16:22:16 2025 user.info chirpstack-concentratord-sx1302[17275]: Configuring FSK channel, enabled: false, freq: 0, rf_chain: 0, if_freq: 0

I have the same need for my RisingHF RHF0M301 too.

This is in the code

It seems the code fails to get the RESET pin from the board, then it uses the default port 17.