This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
rdz_ttgo_sonde
kopia lustrzana
https://github.com/dl9rdz/rdz_ttgo_sonde
Obserwuj
1
Polub
0
Forkuj
You've already forked rdz_ttgo_sonde
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
e80ae684de
rdz_ttgo_sonde
/
RX_FSK
/
version.h
3 wiersze
87 B
C
Czysty
Zwykły widok
Historia
Unescape
Escape
v0.5: merging modifications from devel branch - DL2MF's commits - WiFi connection in background Squashed commit of the following: commit 5c37b3f0fa64d5fd991c03e4e04ad5575b4d780f Author: Hans P. Reiser <hr@sec.uni-passau.de> Date: Sun Apr 28 14:17:52 2019 +0200 version from config.h also for html page; minor polishing commit 9fea636d2078811932f2ed53af37370468db6697 Author: Hans P. Reiser <hr@sec.uni-passau.de> Date: Sun Apr 28 14:17:37 2019 +0200 version from config.h also for html page; minor polishing commit 75eb15cc243c8ea0ada23e4f4e109467f4c0cd48 Author: Hans P. Reiser <hr@sec.uni-passau.de> Date: Sun Apr 28 13:29:58 2019 +0200 version info in version.h, some code formatting (arduino style) commit 8da577a3138899314dbf8abb81bff0bd28ca1614 Author: Hans P. Reiser <hr@sec.uni-passau.de> Date: Sun Apr 28 13:29:53 2019 +0200 version info in version.h, some code formatting (arduino style) commit b68ffee8b031689493e1946941d7ca60b32297f1 Author: Mike <mail@dl2mf.de> Date: Sat Apr 27 20:54:20 2019 +0200 merging DL2MF's 71cc86cff064682e7774635d236541d7140bc819 commit c67a4fc734e415521b477847600e46bec8269230 Author: DL2MF <meinhard.guenther@gmail.com> Date: Sat Apr 27 00:10:11 2019 +0200 merging DL2MF's e2161c57d10a61d15debd4c298984e1dca3787ec commit 6e665cb6ab794d2c6536488a641532671186d7de Author: DL2MF <meinhard.guenther@gmail.com> Date: Fri Apr 26 19:21:11 2019 +0200 merging DL2MF's 25b438db84f4ca708250e2cd287c01a30a054fb7 to current devel branch commit b467f25c05fc84976148a1b210e2c5300b1cb53e Author: Hans P. Reiser <hr@sec.uni-passau.de> Date: Fri Apr 26 23:54:36 2019 +0200 working new Wifi support commit 2959dfad4f6bf7943f3ec4c758be4989c5612f06 Author: Hans P. Reiser <hr@sec.uni-passau.de> Date: Fri Apr 26 23:09:09 2019 +0200 background wifi scan/connected/reconnect. partial code, incomplete, for testing station mode only (wifi=1)
2019-04-28 12:33:53 +00:00
const
char
*
version_name
=
"
RDZ_TTGO_SONDE
"
;
Next master version with a few enhancements: - Added RS92 support (decoding, ephemeris data download) - DFM6 is working is well now - Internal reorganisation: separate Task for SX1276 handling (no lost data in case main loop is too slow, important in particular for DFM and RS92) - Better autodetection of board type - Touch pins support (should work correctly now) - Inital support for GPS chip (e.g. on T-Beam), not yet with nice display
2019-06-08 13:51:36 +00:00
const
char
*
version_id
=
"
master v0.7.0
"
;