Skip to content

Commit

Permalink
Updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Apr 1, 2024
1 parent 2d9e6aa commit 3af480d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@
#pragma message("Required wiring: A to RST, B to DIO1, D to DIO0, E to CS")

#elif defined(ARDUINO_M5STACK_CORE2) || defined(ARDUINO_M5STACK_Core2)
// Note: Depending on the environment, both variants are used!
// Note: Depending on board package file date, either variant is used -
// see https://github.com/espressif/arduino-esp32/issues/9423!
#pragma message("ARDUINO_M5STACK_CORE2 defined; assuming M5Stack Module LoRa868 will be used")
#define USE_SX1276
#pragma message("Required wiring: DIO1 to GPIO35")
Expand Down
3 changes: 2 additions & 1 deletion src/WeatherSensorCfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@
#pragma message("Required wiring: A to RST, B to DIO1, D to DIO0, E to CS")

#elif defined(ARDUINO_M5STACK_CORE2) || defined(ARDUINO_M5STACK_Core2)
// Note: Depending on the environment, both variants are used!
// Note: Depending on board package file date, either variant is used -
// see https://github.com/espressif/arduino-esp32/issues/9423!
#pragma message("ARDUINO_M5STACK_CORE2 defined; assuming M5Stack Module LoRa868 will be used")
#define USE_SX1276
#pragma message("Required wiring: DIO1 to GPIO35")
Expand Down

0 comments on commit 3af480d

Please sign in to comment.