|
187 | 187 | // The following defines can be used to set the port pin, that the LED is connected to
|
188 | 188 | // If one of the following is defined here, or in the sketch, MY_LEDS_BLINKING_FEATURE will be
|
189 | 189 | // enabled by default. (Replace x with the pin number you have the LED on)
|
190 |
| -//#define MY_DEFAULT_ERR_LED x |
191 |
| -//#define MY_DEFAULT_TX_LED x |
192 |
| -//#define MY_DEFAULT_RX_LED x |
| 190 | +//#define MY_DEFAULT_ERR_LED_PIN x |
| 191 | +//#define MY_DEFAULT_TX_LED_PIN x |
| 192 | +//#define MY_DEFAULT_RX_LED_PIN x |
193 | 193 |
|
194 | 194 | /**********************************************
|
195 | 195 | * Gateway inclusion button/mode configuration
|
|
340 | 340 | /**
|
341 | 341 | * @def MY_DEBUG_VERBOSE_RF24
|
342 | 342 | * @brief Enable MY_DEBUG_VERBOSE_RF24 flag for verbose debug prints related to the RF24 driver. Requires DEBUG to be enabled.
|
343 |
| - */ |
| 343 | + */ |
344 | 344 | //#define MY_DEBUG_VERBOSE_RF24
|
345 | 345 |
|
346 | 346 | /**
|
347 | 347 | * @def MY_RF24_SPI_MAX_SPEED
|
348 | 348 | * @brief MY_RF24_SPI_MAX_SPEED to overrule default nRF24L01+ SPI speed.
|
349 |
| - */ |
| 349 | + */ |
350 | 350 | //#define MY_RF24_SPI_MAX_SPEED 4000000
|
351 | 351 |
|
352 | 352 | /**
|
|
619 | 619 | *
|
620 | 620 | * If using a secure bootloader, grounding the pin is the only option to reactivate the node.
|
621 | 621 | * If using stock Android bootloader or a DualOptiBoot it is also possible to download a sketch
|
622 |
| - * using serial protocol to erase EEPROM to unlock the node. |
| 622 | + * using serial protocol to erase EEPROM to unlock the node. |
623 | 623 | */
|
624 | 624 | #ifndef MY_NODE_UNLOCK_PIN
|
625 | 625 | #define MY_NODE_UNLOCK_PIN 14
|
|
0 commit comments