mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-09 23:16:38 +02:00
* improved setup (if no data is in EEprom)
* improved NRF24 Pinout regarding to #36, Standard Pinout should be now: https://github.com/grindylow/ahoy/issues/36#issuecomment-1149981052
This commit is contained in:
parent
0347a3df44
commit
4a28884cff
5 changed files with 18 additions and 10 deletions
|
@ -12,8 +12,8 @@
|
|||
// PINOUT (Default, can be changed in setup)
|
||||
//-------------------------------------
|
||||
#define RF24_CS_PIN 15
|
||||
#define RF24_CE_PIN 2
|
||||
#define RF24_IRQ_PIN 0
|
||||
#define RF24_CE_PIN 0
|
||||
#define RF24_IRQ_PIN 2
|
||||
|
||||
|
||||
//-------------------------------------
|
||||
|
@ -21,7 +21,7 @@
|
|||
//-------------------------------------
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 4
|
||||
#define VERSION_PATCH 19
|
||||
#define VERSION_PATCH 20
|
||||
|
||||
|
||||
//-------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue