From 1013bc6d3b51e370a841b43d0eb7134ce8ebb4bb Mon Sep 17 00:00:00 2001 From: Matthias Prinke <83612361+matthias-bs@users.noreply.github.com> Date: Sun, 1 Oct 2023 20:39:26 +0200 Subject: [PATCH] Update WeatherSensorCfg.h.template --- src/WeatherSensorCfg.h.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WeatherSensorCfg.h.template b/src/WeatherSensorCfg.h.template index 8b27d3d6..dd90ccb8 100644 --- a/src/WeatherSensorCfg.h.template +++ b/src/WeatherSensorCfg.h.template @@ -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