From cc44babb755eeec370393ecbe93fb5090b1c802a Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sat, 15 Oct 2022 01:14:00 -0400 Subject: [PATCH] Update `.github` --- .github/ISSUE_TEMPLATE/bug_report.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9f2f445..147ca4b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -36,7 +36,7 @@ If applicable, add screenshots to help explain your problem. Please ensure to specify the following: * Arduino IDE version (e.g. 1.8.19) or Platform.io version -* `RP2040` Core Version (e.g. Arduino-mbed RP2040 v3.1.1 or arduino-pico core v2.5.2) +* `RP2040` Core Version (e.g. Arduino-mbed RP2040 v3.3.0 or arduino-pico core v2.6.0) * `RP2040` Board type (e.g. NANO_RP2040_CONNECT, RASPBERRY_PI_PICO, RASPBERRY_PI_PICO_W, ADAFRUIT_FEATHER_RP2040, GENERIC_RP2040, etc.) * Contextual information (e.g. what you were trying to achieve) * Simplest possible steps to reproduce @@ -49,16 +49,14 @@ Please ensure to specify the following: ``` Arduino IDE version: 1.8.19 -Arduino-mbed mbed_nano v3.1.1 +Arduino-mbed mbed_nano v3.3.0 NANO_RP2040_CONNECT Module OS: Ubuntu 21.04 LTS -Linux kh-Inspiron-3593 5.15.0-46-generic #49~20.04.1-Ubuntu SMP Thu Aug 4 19:15:44 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux +Linux kh-Inspiron-3593 5.15.0-50-generic #56~20.04.1-Ubuntu SMP Tue Sep 27 15:51:29 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux -Context: -I encountered a crash while using example Context: -I encountered an endless loop while trying to connect to Local WiFi. +I encountered a crash when using this library Steps to reproduce: 1. ...