mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-26 08:39:09 +03:00
Compare commits
6 Commits
b6b8700c3f
...
930f0e615a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
930f0e615a | ||
|
|
4dbbdb3290 | ||
|
|
8379b3f5aa | ||
|
|
08124fa4db | ||
|
|
39414db732 | ||
|
|
da57a08005 |
5
SECURITY.md
Normal file
5
SECURITY.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# Security Policy
|
||||||
|
|
||||||
|
## Reporting a Vulnerability
|
||||||
|
|
||||||
|
Please report any security vulnerabilities using the [Contact Form](https://emsesp.org/About/#-contact).
|
||||||
@@ -502,7 +502,7 @@ const ApplicationSettings = () => {
|
|||||||
) : (
|
) : (
|
||||||
boardProfileItems
|
boardProfileItems
|
||||||
)}
|
)}
|
||||||
<Divider />
|
{(data.board_profile === 'CUSTOM' || data.developer_mode) && <Divider />}
|
||||||
{(data.board_profile === 'CUSTOM' || data.developer_mode) && (
|
{(data.board_profile === 'CUSTOM' || data.developer_mode) && (
|
||||||
<MenuItem key={'CUSTOM'} value={'CUSTOM'}>
|
<MenuItem key={'CUSTOM'} value={'CUSTOM'}>
|
||||||
{LL.CUSTOM()}…
|
{LL.CUSTOM()}…
|
||||||
|
|||||||
@@ -436,6 +436,7 @@ void WebSettings::set_board_profile(WebSettings & settings) {
|
|||||||
// as it's already set
|
// as it's already set
|
||||||
if (settings.board_profile == "CUSTOM") {
|
if (settings.board_profile == "CUSTOM") {
|
||||||
EMSESP::logger().info("Using CUSTOM board profile");
|
EMSESP::logger().info("Using CUSTOM board profile");
|
||||||
|
EMSESP::system_.set_valid_system_gpios();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user