* 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:
lumapu 2022-06-26 13:26:44 +02:00
parent 0347a3df44
commit 4a28884cff
5 changed files with 18 additions and 10 deletions

View file

@ -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
//-------------------------------------