From a525cc7144407d68890872ea3e43bf08af49a7b2 Mon Sep 17 00:00:00 2001 From: Matthias Prinke <83612361+matthias-bs@users.noreply.github.com> Date: Sun, 1 Oct 2023 20:38:54 +0200 Subject: [PATCH] Update WeatherSensorCfg.h --- src/WeatherSensorCfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WeatherSensorCfg.h b/src/WeatherSensorCfg.h index cda79f93..c381e9a7 100644 --- a/src/WeatherSensorCfg.h +++ b/src/WeatherSensorCfg.h @@ -103,7 +103,7 @@ //#define ARDUINO_FEATHER_ESP32 // Adafruit Feather RP2040 with RFM95W "FeatherWing" ADA3232 -// https://github.com/espressif/arduino-esp32/blob/master/variants/feather_esp32/pins_arduino.h +// https://github.com/earlephilhower/arduino-pico/blob/master/variants/adafruit_feather/pins_arduino.h // // This define is set by selecting "Adafruit Feather RP2040" in the Arduino IDE: //#define ARDUINO_ADAFRUIT_FEATHER_RP2040