Find a simple solution to identify one of two boards I am using
I am a student who is currently doing his bachelor thesis. My job is to control two microcontrollers (Nucleo-STM32F411RE) via Bluetooth (X-Nucleo-BNRG2A1) in order to transfer parameter values for a system. The idea now is to use the same program on the two microcontrollers. For this purpose, there should be a possibility in the initialization phase to be able to differentiate between the two boards in a simple way in order to then be able to continue with the further initialization that is correct for the board. Is there an easy way how to make the boards distinguishable?