mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-03 07:04:53 -04:00
Added comment
This commit is contained in:
parent
fcc8ae3601
commit
51edee50b6
1 changed files with 7 additions and 0 deletions
7
Config.h
7
Config.h
|
@ -80,6 +80,13 @@
|
||||||
|
|
||||||
#elif MCU_VARIANT == MCU_ESP32
|
#elif MCU_VARIANT == MCU_ESP32
|
||||||
|
|
||||||
|
// Board models for ESP32 based builds are
|
||||||
|
// defined by the build target in the makefile.
|
||||||
|
// If you are not using make to compile this
|
||||||
|
// firmware, you can manually define model here.
|
||||||
|
//
|
||||||
|
// #define BOARD_MODEL BOARD_GENERIC_ESP32
|
||||||
|
|
||||||
#if BOARD_MODEL == BOARD_GENERIC_ESP32
|
#if BOARD_MODEL == BOARD_GENERIC_ESP32
|
||||||
const int pin_cs = 4;
|
const int pin_cs = 4;
|
||||||
const int pin_reset = 36;
|
const int pin_reset = 36;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue