Skip to content

Commit 258037c

Browse files
authored
Merge pull request #478 from tbowmo/cleanups
Small cleanups
2 parents 2aa5b34 + 351e015 commit 258037c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

libraries/MySensors/MyConfig.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@
187187
// The following defines can be used to set the port pin, that the LED is connected to
188188
// If one of the following is defined here, or in the sketch, MY_LEDS_BLINKING_FEATURE will be
189189
// 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
193193

194194
/**********************************************
195195
* Gateway inclusion button/mode configuration
@@ -340,13 +340,13 @@
340340
/**
341341
* @def MY_DEBUG_VERBOSE_RF24
342342
* @brief Enable MY_DEBUG_VERBOSE_RF24 flag for verbose debug prints related to the RF24 driver. Requires DEBUG to be enabled.
343-
*/
343+
*/
344344
//#define MY_DEBUG_VERBOSE_RF24
345345

346346
/**
347347
* @def MY_RF24_SPI_MAX_SPEED
348348
* @brief MY_RF24_SPI_MAX_SPEED to overrule default nRF24L01+ SPI speed.
349-
*/
349+
*/
350350
//#define MY_RF24_SPI_MAX_SPEED 4000000
351351

352352
/**
@@ -619,7 +619,7 @@
619619
*
620620
* If using a secure bootloader, grounding the pin is the only option to reactivate the node.
621621
* 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.
623623
*/
624624
#ifndef MY_NODE_UNLOCK_PIN
625625
#define MY_NODE_UNLOCK_PIN 14

libraries/MySensors/library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "git",
99
"url": "https://github.com/mysensors/Arduino.git"
1010
},
11-
"version": "1.5.4",
11+
"version": "2.0.0-beta",
1212
"frameworks": "arduino",
1313
"platforms": "*"
1414
}

0 commit comments

Comments
 (0)