adafruit / adafruit/Adafruit_IO_Arduino
Add board identifier for Uno WiFi Rev2
- Dominant language
- C++
- Stars
- 222
- Forks
- 109
- PR merge metrics
- No merged PRs in 30d
Description
AdafruitIO_Board type is currently `unknown` for the Arduino Uno WiFi Rev2. Add support for this board identifier to `_board.cpp`.
Product: https://store.arduino.cc/usa/arduino-uno-wifi-rev2
Relevant code segment(s):
https://github.com/adafruit/Adafruit_IO_Arduino/blob/master/src/util/AdafruitIO_Board.cpp#L57
Note: Support for float formatting was added in PR https://github.com/adafruit/Adafruit_IO_Arduino/pull/97
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in src/util/AdafruitIO_Board.cpp around the referenced line and inspect how board identifiers are detected. Confirm the Arduino Uno WiFi Rev2 identifier from the linked product page, add it alongside the existing board cases, and verify that this board is no longer reported as unknown.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- arduino, cpp
- Domain
- embedded-iot
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100