atomic14 / atomic14/esp32_wireless_microphone
To run normally
Open
- Dominant language
- C++
- Stars
- 108
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
First, apply these two issues. #1 , #2
In addition to this, change the definitions of ssid and password from define.
#define WIFI_SSID (config.h) -> const char* ssid = "ssid" (main.cpp)
#define WIFI_PASSWORD (config.h) -> const char* password = "password" (main.cpp)
Contributor guide
No contributing guide indexed for this repository
Research direction
Review issues #1 and #2 first, since this issue says they must be applied before the requested change. Then inspect the SSID and password definitions in config.h and main.cpp; done means those definitions use the requested declarations and the project runs normally.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- embedded-iot
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100