hardcoded 4 byte binding key

This commit is contained in:
Pawel Spychalski (DzikuVx)
2018-04-26 19:52:46 +02:00
parent f1029051f4
commit 76d4f7d70b
3 changed files with 14 additions and 3 deletions

View File

@@ -5,16 +5,18 @@
* Hardware type. Available types:
* ARDUINO_AVR_FEATHER32U4
* ARDUINO_SAMD_FEATHER_M0
*
* Leave commented for autodetect
*/
#define ARDUINO_AVR_FEATHER32U4
// #define ARDUINO_AVR_FEATHER32U4
/*
* TX or RX mode for hardware. Available types:
* DEVICE_MODE_TX
* DEVICE_MODE_RX
*/
// #define DEVICE_MODE_TX
#define DEVICE_MODE_RX
#define DEVICE_MODE_TX
// #define DEVICE_MODE_RX
// #define FEATURE_TX_OLED
// #define FORCE_TX_WITHOUT_INPUT