Skip to content

Commit

Permalink
build.env for EvilCrowRF-V2 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
temskiy committed Jun 19, 2023
1 parent 3736320 commit cabbe3f
Showing 1 changed file with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
BOARD=ESP32
ECRF=true

RADIOA=CC1101
RADIOA_CS=27
RADIOA_IRQ=25
RADIOA_GPIO=26

RADIOB=CC1101
RADIOB_CS=5
RADIOB_IRQ=2
RADIOB_GPIO=4

RADIOC=nRF24
RADIOC_CS=15
RADIOC_CE=33
RADIOC_IRQ=7

LOG_ENABLED=true

GUESSING_MODULE=true
FREQ_SCANNER_MODULE=true
MOUSE_JACK_MODULE=true
PACKET_FILTER_MODULE=true
PACKET_MOD_MODULE=true
PACKET_REPEAT_MODULE=true
ROLL_JAM_MODULE=true

0 comments on commit cabbe3f

Please sign in to comment.