mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-10 18:24:27 +05:00
* Added new OT parameters * Improved compatibility with the boiler ITALTHERM TIME MAX 30F * Refactoring min/max temp * Fix port forwarding: disable captive portal after connecting to wifi * Compatible with WOKWI emulator * upd README
8 lines
182 B
TOML
8 lines
182 B
TOML
[wokwi]
|
|
version = 1
|
|
elf = "../../.pio/build/nodemcu_32s/firmware.elf"
|
|
firmware = "../../.pio/build/nodemcu_32s/firmware.bin"
|
|
|
|
[[net.forward]]
|
|
from = "localhost:9080"
|
|
to = "target:80" |