Add USB detection to RAK4631 based boards. (#2956)
* Add support for the rak10701 board, no touch * Moved tftblack fillin and changed teh src flags * Added rak10701 to platformio.ini * Add USB detection to RAK4631 units. * Eliminate spurious symbol in comment field. --------- Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
This commit is contained in:
co-authored by
Ben Meadors
parent
4712b1ca65
commit
cbb8eb65ba
@@ -84,6 +84,9 @@ static const uint8_t AREF = PIN_AREF;
|
||||
#define PIN_SERIAL2_RX (-1)
|
||||
#define PIN_SERIAL2_TX (-1)
|
||||
|
||||
// Testing USB detection
|
||||
#define NRF_APM
|
||||
|
||||
/*
|
||||
* SPI Interfaces
|
||||
*/
|
||||
@@ -212,4 +215,4 @@ static const uint8_t SCK = PIN_SPI_SCK;
|
||||
* Arduino objects - C++ only
|
||||
*----------------------------------------------------------------------------*/
|
||||
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user