-
Notifications
You must be signed in to change notification settings - Fork 0
Handle opta lite #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Handle opta lite #23
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #23 +/- ##
=======================================
Coverage 90.27% 90.27%
=======================================
Files 7 7
Lines 720 720
Branches 86 86
=======================================
Hits 650 650
Misses 70 70 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Memory usage change @ 40d8da6
Click for full report table
Click for full report CSV
|
@@ -72,6 +72,7 @@ | |||
#if defined(ARDUINO_OPTA) | |||
#define NETWORK_CONFIGURATOR_COMPATIBLE 1 | |||
#define ZERO_TOUCH_ENABLED 1 | |||
#define OPTA_WIFI_PID 0x0264 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
better to use _BOARD_PRODUCTID
from the core if possible
No description provided.