in sync with master 0.7.1

This commit is contained in:
Hansi, dl9rdz 2019-10-08 08:05:01 +02:00
commit 59098c55b7
2 changed files with 4 additions and 1 deletions

View File

@ -1,2 +1,2 @@
const char *version_name = "rdzTTGOsonde"; const char *version_name = "rdzTTGOsonde";
const char *version_id = "devel20191007"; const char *version_id = "devel20191008";

View File

@ -32,6 +32,7 @@ similar on other OS) and restart IDE
Select Tools -> Library Manager Select Tools -> Library Manager
Install "U8g2" Install "U8g2"
Install "MicroNMEA" Install "MicroNMEA"
Install "TFT_22_ILI9225" Install "TFT_22_ILI9225"
@ -49,9 +50,11 @@ of your Arduino IDE, and rename main folder to AsyncTCP
Copy the libraries/SX1278FSK and libraries/SondeLib folder of this project to your Arduino IDE's libraries Copy the libraries/SX1278FSK and libraries/SondeLib folder of this project to your Arduino IDE's libraries
folders, or, alternatively, create symbolic links (MacOS/Linux): folders, or, alternatively, create symbolic links (MacOS/Linux):
```
cd ~/Documents/Arduino/libraries cd ~/Documents/Arduino/libraries
ln -s <whereyouclonedthegit>/rdz_ttgo_sonde/libraries/SondeLib/ . ln -s <whereyouclonedthegit>/rdz_ttgo_sonde/libraries/SondeLib/ .
ln -s <whereyouclonedthegit>/rdz_ttgo_sonde/libraries/SX1278FSK/ . ln -s <whereyouclonedthegit>/rdz_ttgo_sonde/libraries/SX1278FSK/ .
```
Restart the Arduino IDE Restart the Arduino IDE