mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
larger tx mode box size
This commit is contained in:
@@ -613,10 +613,10 @@ const ApplicationSettings = () => {
|
||||
name="tx_mode"
|
||||
label={LL.TX_MODE()}
|
||||
value={data.tx_mode}
|
||||
fullWidth
|
||||
variant="outlined"
|
||||
onChange={updateFormValue}
|
||||
margin="normal"
|
||||
sx={{ width: '15ch' }}
|
||||
select
|
||||
>
|
||||
<MenuItem value={1}>EMS</MenuItem>
|
||||
|
||||
Reference in New Issue
Block a user