Update README.md

This commit is contained in:
Mateusz Walkowiak
2023-06-02 12:16:06 +02:00
committed by GitHub
parent 1dcdf19aec
commit e2791cc24c

View File

@@ -4,9 +4,9 @@ Advanced Arduino based firmware for TEF6686 tuner with ESP32 board
More information: https://www.pe5pvb.nl/tef6686/
## Instalation
**Recommended method:** You can download already compiled software and upload it using prepared script from release page. Instructions are included in the archive.
**Recommended method:** You can download already compiled software and upload it using prepared script from [release page](https://github.com/PE5PVB/TEF6686_ESP32/releases).
**Alternative method:** You can download source code from release page or using git. Then compile and upload it using for example Arduino IDE. **Important** you need to fill your User_Setup.h file (probably located in Arduino/libraries/TFT_eSPI folder) with these values:
**Alternative method:** You can download source code from [release page](https://github.com/PE5PVB/TEF6686_ESP32/releases) or using git. Then compile and upload it using for example Arduino IDE. **Important** you need to fill your User_Setup.h file (located in Arduino/libraries/TFT_eSPI folder) with these values:
```
#define ILI9341_DRIVER
#define TFT_CS 5
@@ -23,7 +23,8 @@ More information: https://www.pe5pvb.nl/tef6686/
#define SPI_FREQUENCY 10000000
```
**ALL OTHER SETTINGS SHOULD BE REMARKED!**
From v1.16 you **need to** update your ESP32 boards in board manager to v2.x
## License
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.