diff --git a/README.md b/README.md index 7252ef2..237088e 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ - The original FernoTron remote control can be used alongside FernoPy - Quick and easy to set up - Cheap (total cost of only 10€) +- Covers a whole medium-sized house - ESP32 / ESP8266 support - Written in MicroPython - **[Protocol documentation](PROTOCOL.md)** @@ -245,6 +246,10 @@ If you have a SDR on hand, such as an RTL-SDR, you can also sniff the ID by usin > :information_source: If you open FernoPy in your smartphone's web browser, you can create a short cut for your home screen. +## Installation (Windows) + +`todo` + ## Credits Protocol documentation - [tronferno-mcu (Bert Winkelmann)](https://github.com/zwiebert/tronferno-mcu) diff --git a/img/apple-touch-icon.png b/img/apple-touch-icon.png new file mode 100644 index 0000000..00e9b4f Binary files /dev/null and b/img/apple-touch-icon.png differ diff --git a/src/tx/assets/index.html b/src/tx/assets/index.html index da74c24..f7eb6b5 100644 --- a/src/tx/assets/index.html +++ b/src/tx/assets/index.html @@ -1,11 +1,13 @@ - + + FernoPy + @@ -43,11 +45,10 @@ - - - - \ No newline at end of file + + + diff --git a/src/tx/assets/style.css b/src/tx/assets/style.css index 96b4e2f..19fdcf2 100644 --- a/src/tx/assets/style.css +++ b/src/tx/assets/style.css @@ -145,9 +145,9 @@ button:active { height: 50px; } -footer { +.footer { margin-top: 50px; text-align: center; font-size: 1rem; line-height: 5px; -} \ No newline at end of file +} diff --git a/src/tx/tx_config.py b/src/tx/tx_config.py index 8d92eeb..460d9bd 100644 --- a/src/tx/tx_config.py +++ b/src/tx/tx_config.py @@ -1,6 +1,6 @@ # General device configuration general = { - 'symbol_length': 300, # in µs + 'symbol_length': 350, # in µs 'tx_pin': 5, # GPIO! 'tx_repeat': 4, # MSGs transmitted per command 'essid': 'YOUR_NETWORK_ESSID',