rdz_ttgo_sonde/Licenses
Hansi, dl9rdz 5ce1d36b97 Squashed commit of the following:
commit fcaf88779d
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Sun Jan 7 12:22:16 2024 +0000

    (read partition table; preparation for future file system upload script)

commit 9c7491d389
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Sat Jan 6 23:51:44 2024 +0000

    better license info on external libraries

commit 12ede0e81d
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Mon Dec 18 19:12:36 2023 +0100

    esp32 version update

commit 1687117bec
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Tue Dec 12 19:36:47 2023 +0000

    tentative fix of M20 misclassification as M10 (untested)

commit ff5aec544e
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Tue Dec 12 19:27:23 2023 +0000

    tentative fix of M20 misclassification as M10 (untested)

commit 2b88e072ac
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Sun Dec 10 16:11:51 2023 +0000

    reduce image size with platformio builds, make it (almost) same as for Arduino builds

commit 8ee071de35
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Sun Dec 3 22:45:44 2023 +0000

    T-Beam 1.2: charge battery fix

commit 681f436767
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Sun Dec 3 16:00:13 2023 +0000

    newer library versions

commit 6551fa0b5d
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Fri Nov 10 09:43:02 2023 +0000

    chasemapper: id format with type, as in auto_rx

commit e5c2e2db77
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Tue Aug 29 20:15:53 2023 +0000

    more explanation in About tabw

commit aec4d39867
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Tue Aug 29 01:00:53 2023 +0000

    fix travis build / wget issue with github

commit d7026abb7b
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Tue Aug 29 00:22:48 2023 +0000

    fix bug in eph config editor

commit 6c98891b63
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Mon Aug 28 12:35:06 2023 +0000

    AXP2101: add missing irq handler

commit c1231a11d4
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Mon Aug 28 12:02:36 2023 +0000

    bugfix (APX2101 related)

commit 86263a7ad1
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Mon Aug 28 10:13:39 2023 +0000

    fix

commit 35156948cb
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Mon Aug 28 10:07:09 2023 +0000

    yet another fix for ftp eph

commit 3ddbebf2fc
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Sat Aug 26 23:33:33 2023 +0000

    untested axp2101 support

commit 60e97d917b
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Sat Aug 26 17:19:38 2023 +0000

    pmu reorg, preparing for axp2101

commit 082b6ccdf5
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Tue Aug 22 22:28:37 2023 +0000

    fix posInfo bug; aprs timeout convert seconds to ms

commit deec0d362f
Author: Hansi, dl9rdz <dl9rdz@darc.de>
Date:   Sun Jul 9 12:10:53 2023 +0200

    (sync with master)
    some code reorganization, preliminary SD card code (not active)
    APRS timeout added
2024-01-07 12:43:38 +00:00
..
Exceptions Squashed commit of the following: 2024-01-07 12:43:38 +00:00
LICENSE-Arduino_GFX.txt Squashed commit of the following: 2024-01-07 12:43:38 +00:00
LICENSE-mqtt.txt Squashed commit of the following: 2024-01-07 12:43:38 +00:00
LICENSE-u8g2.txt Squashed commit of the following: 2024-01-07 12:43:38 +00:00
README - Enhanced autoconfig for various board types 2019-10-08 07:59:30 +02:00
apache.txt Squashed commit of the following: 2024-01-07 12:43:38 +00:00
gpl-2.0.txt TTGO Sonde Playground. Initial version 2019-04-03 17:16:51 +02:00
gpl-3.0.txt - Enhanced autoconfig for various board types 2019-10-08 07:59:30 +02:00
lgpl-2.1.txt TTGO Sonde Playground. Initial version 2019-04-03 17:16:51 +02:00

README

TTGOSonde is a Free Software code collection for decoding radiosondes with
the SX1278/ESP32-based TTGO board. The code is copyrighted by Hansi Reiser
(dl9rdz) and several other authors who have provided a valuable base and
additonal contributions. 

You can redistribute TTGOSonde and/or modify it under the terms of version 2
of the GNU General Public License as published by the Free Software Foundation,
or, at your option, under any later version of the GNU General Public License.
See individual files and the file 'Licenses/Exceptions' for exceptions.

Also note that the GPL and the other licenses are copyrighted by the Free 
Software Foundation and other organizations.

To avoid bloating individual code files with large license headers, the license
headers in the source files have been replaced with a single line reference to
a Unique License Identifier as defined by the Linux Foundation's SPDX project.
For example, in a source file the full "GPL v2.0 or later" header text will be
replaced by a single line:

	SPDX-License-Identifier:	GPL-2.0+

The SPDX Unique License Identifiers are available at http://spdx.org/licenses/

We use the following License Identifiers in this project:

Full name					SPDX Identifier	OSI Approved	File name		URI
=======================================================================================================================================
GNU General Public License v2.0 only		GPL-2.0		Y		gpl-2.0.txt		https://www.gnu.org/licenses/gpl-2.0.txt
GNU General Public License v2.0 or later	GPL-2.0+	Y		gpl-2.0.txt		https://www.gnu.org/licenses/gpl-2.0.txt
GNU Lesser General Public License v2.1		LGPL-2.1+	Y		lgpl-2.txt		https://www.gnu.org/licenses/lgpl-2.1.txt
GNU General Public License v3.0 only            GPL-3.0         Y               gpl-3.0.txt             https://www.gnu.org/licenses/gpl-3.0.txt