@@ -5,17 +5,18 @@ Please select "Instruction codes: utf-8" in the Nextion simulator
|
||||
### Boot page
|
||||
```
|
||||
page boot
|
||||
ip_addr.txt="192.168.0.33"
|
||||
baud_rate.txt="115200 bps"
|
||||
framework.txt="arduino"
|
||||
esph_version.txt=tft_version.txt
|
||||
bluep_version.txt=tft_version.txt
|
||||
esph_version.txt="4.2"
|
||||
bluep_version.txt="4.2"
|
||||
tft_version.txt="4.2"
|
||||
vis bt_reboot,1
|
||||
framework.txt="esp-idf"
|
||||
ip_addr.txt="192.168.0.123"
|
||||
```
|
||||
|
||||

|
||||

|
||||
<br>
|
||||

|
||||

|
||||
|
||||
### Home page
|
||||
#### EU version
|
||||
@@ -54,7 +55,7 @@ button03.txt=""
|
||||
value03_state.txt="715 W"
|
||||
value03_icon.txt=""
|
||||
```
|
||||

|
||||

|
||||
|
||||
#### US version
|
||||
```
|
||||
@@ -93,15 +94,15 @@ button03.txt=""
|
||||
value03_state.txt="715 W"
|
||||
value03_icon.txt=""
|
||||
```
|
||||

|
||||

|
||||
|
||||
### Settings page
|
||||
```
|
||||
page settings
|
||||
```
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
|
||||
### Buttons pages (DRAFT)
|
||||
|
||||
Reference in New Issue
Block a user