This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Important notes: | |
- To enter flash/download mode, connect TX2 to GND while plugging in USB-UART adapter, release once plugged in. | |
- Board type is `generic-rtl8710bn-2mb-468k` | |
- Limited space means removing API encryption is needed for default ESPHome config to work (probably more optimization to be done there) | |
- Use Itchiptool to backup firmware before doing anything. | |
- Download firmware from ESPHome dashboard "manual" install option and use Itchiptool to upload to board (couldn't get ESPHome to connect) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# It's important to use separate ip/ip6 tables when working with dup (at least for now there are some | |
# issues it seems using inet | |
# Create ipv4 relay table | |
table ip relay4 | |
flush table ip relay4 | |
# This will forward TP-Link discovery packets (useful for ensuring cameras stream locally instead of over | |
# the Internet, and discovering other IoT devices. Needs to be paired with a firewall rule to accept | |
# forwards on SOURCE port 9999 from br-lan.21 to br-lan.1 |