mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-26 08:39:09 +03:00
Compare commits
2 Commits
74182031ae
...
37012e55e3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
37012e55e3 | ||
|
|
fdbaf7509f |
@@ -224,7 +224,10 @@ const SensorsAnalogDialog = ({
|
||||
{analogTypeMenuItems}
|
||||
</ValidatedTextField>
|
||||
</Grid>
|
||||
{(isCounterOrRate || isFreqType) && (
|
||||
{(isCounterOrRate ||
|
||||
isFreqType ||
|
||||
editItem.t === AnalogType.ADC ||
|
||||
editItem.t === AnalogType.TIMER) && (
|
||||
<Grid>
|
||||
<ValidatedTextField
|
||||
name="u"
|
||||
@@ -310,7 +313,10 @@ const SensorsAnalogDialog = ({
|
||||
/>
|
||||
</Grid>
|
||||
)}
|
||||
{isCounterOrRate && (
|
||||
{(isCounterOrRate ||
|
||||
isFreqType ||
|
||||
editItem.t === AnalogType.ADC ||
|
||||
editItem.t === AnalogType.TIMER) && (
|
||||
<Grid>
|
||||
<ValidatedTextField
|
||||
name="f"
|
||||
|
||||
Reference in New Issue
Block a user