Wykres commitów

47 Commity (5c5bfa07251b68c0e9798a6e24716d8a1651168d)

Autor SHA1 Wiadomość Data
Hansi, dl9rdz 5c5bfa0725 js-based config form, using less memory. +some cleanup 2021-09-18 16:51:03 +02:00
Hansi, dl9rdz 29bdcc8f5b SondeHub frequency import 2021-09-16 17:00:28 +02:00
Luke Prior a97b4e9e76
Missed Sondehub improvements (#157)
* fixes

* fix

Co-authored-by: Uskompuf <22492406+Uskompuf@users.noreply.github.com>
2021-09-13 13:37:48 +02:00
Uskompuf 7980a9c8ee Merge branch 'devel' of https://github.com/LukePrior/rdz_ttgo_sonde into devel 2021-09-13 16:44:55 +10:00
Hansi, dl9rdz 8e3bb7f4e0 better support for ILI9341, and minor polishing 2021-08-06 22:11:46 +02:00
Luke Prior 7555eda024
lat,lon,alt improvements (#103)
Co-authored-by: Uskompuf <22492406+Uskompuf@users.noreply.github.com>
Co-authored-by: dl9rdz <dl9rdz@darc.de>
2021-07-26 21:14:23 +02:00
Uskompuf 8861458421 GPS Support 2021-06-14 06:31:09 +02:00
Hansi, dl9rdz e9e4b0eaa6 README update and other minor things 2021-05-24 12:25:09 +02:00
Hansi, dl9rdz 6d5cb40b2d minor mods to merge from oh3bsg; and RXFSK.ini in ArduinoIDE auto format style 2021-05-23 11:39:41 +02:00
Uskompuf 14dbbfc8bb add email field support, null position default 2021-05-14 18:57:43 +10:00
dl9rdz (via Travis CI) e5b080d668 cleaning 2021-05-02 17:06:39 +03:00
dl9rdz (via Travis CI) f148c96509 Update config.txt 2021-04-22 21:05:17 +03:00
dl9rdz (via Travis CI) 7323d5fed1 update 2021-04-22 17:55:46 +03:00
Hansi, dl9rdz 8df0859f1c gps init bugfix, less debug messages, gps for android w/o gps (+GPGST parser), merge kml live view 2021-03-14 18:12:07 +01:00
Hansi, dl9rdz a7a642332f test (Joerg) 2021-03-02 12:47:46 +01:00
Hansi, dl9rdz cb6f2a7c91 auto gps factoryreset for t-beam 2021-02-26 23:40:15 +01:00
Hansi, dl9rdz 8e6d953e60 rs92 eph: configurable ftp site 2021-02-05 16:51:26 +01:00
Hansi, dl9rdz ad244bc771 minor improvements (display, m10) 2020-12-30 13:52:58 +01:00
SH cc7a00b60a merge 2020-12-01 09:51:54 +01:00
SH b268754b66 finalize 2020-12-01 09:45:47 +01:00
Hansi, dl9rdz 67d0cbf858 testing modified DFM decoder, ttgo 2.1_1.6 bugfix, modified screens 2020-11-30 15:44:49 +01:00
SH dcd93dfe97 mqtt initial implementation 2020-11-25 11:01:18 +01:00
Hansi, dl9rdz a28042da3d noch ein versuch es richtig zu machen :) 2020-02-09 22:01:42 +01:00
Hansi, dl9rdz 25ea6876cf enable/disable norx_timeout via config.txt 2020-02-09 21:29:41 +01:00
Hansi, dl9rdz cd2fa51360 use PWR button as button2 on T-Beam 1.0 2020-01-31 19:33:55 +01:00
Hansi, dl9rdz d6a32a0529 just adding names for additional config options 2019-11-03 18:05:28 +01:00
Hansi, dl9rdz 4314e8f23f same spiffs location for arduino ide and travis build, second attempt; +tft orientation config 2019-10-27 15:36:25 +01:00
Hansi, dl9rdz 3ebdab2676 some more cleanup, slightly simpler screens configuration, additional screen layouts for ILI9225 2019-10-18 23:29:43 +02:00
Hansi, dl9rdz f6cdf342cc partial TFT (ILI9225) support; web/data: only show active frequence 2019-09-29 15:50:35 +02:00
Hansi, dl9rdz 079cb4980d first test: tnc tcp/ip server for APRSdroid 2019-09-11 20:53:58 +02:00
Hansi, dl9rdz 0a79f1a850 a bit better autodetect 2019-06-08 15:49:30 +02:00
Hansi, dl9rdz 561da4fe3e somewhat usable RS92 decoder 2019-06-02 21:19:57 +02:00
Hansi, dl9rdz beaa044163 default wifi mode back to 3; no-rx timeout only in legacy display mode 2019-05-26 07:55:52 +02:00
Hansi, dl9rdz b3943aee31 Several incremental changes (not yet ready for a new release)
- Correctly decode DMF06 (thanks to Chrischan for test sonde!!!)
- Touch button support (in particular for v2 boards with "real" button)
  now its sufficient to just touch one of the pins of a v2 board
- Multiple displays (inspired by DL2MF's modifications)
- Wifi mode 2 (AP2) fixed missing initialization of mDNS (http://rdzsonde.local)
- updated OTA URL (my.to domain unfortunately expired)
- millis() call removed from ISR (/1000 on uint64_t type in millis causes library
  function call not marked as IRAM_ATTR, causing crash in some cases
- edit files on file system (http://rdzsonde.local/edit.html?file=xyz.txt)
  (use with caution, no checks for buffer overflows)

Some TODOs pending for next release version
- sending AXUDP to aprsmap currently disabled
- RX loop a bit too slow (in particular with AXUDP enabled), causing loss of RX frames
  due to SX1278 overflow. Needs some redesign in SX1278 handling.
- display layout editable via config file
2019-05-24 23:49:50 +02:00
Hansi, dl9rdz 84c7ab8097 initial touch button support; adapted version of DL2F's alternative display layouts 2019-05-22 13:50:47 +02:00
Hansi, dl9rdz 7cf4b116a6 Merge branch 'p8' (pull request #8) into devel 2019-05-03 13:34:35 +02:00
DL2MF c0fc4980c2 Added launchsite info to scan and webinterface 2019-05-03 11:38:21 +02:00
Hansi, dl9rdz 01229e0160 configuration editable via web 2019-04-29 18:13:24 +02:00
Travis CI 1062e55bd7 travis ci 2019-04-28 22:03:17 +02:00
DL2MF 6e665cb6ab merging DL2MF's 25b438db84 to current devel branch 2019-04-28 10:45:51 +02:00
DL2MF 25b438db84 Adding WiFi bugfix from b4sh and minor changes in RX_FSK 2019-04-26 23:17:31 +02:00
Hans P. Reiser 9264ec3b3b GPL info in about window, display update after key press 2019-04-23 14:46:52 +02:00
Hans P. Reiser d056ec8b76 merging pull request #2 by DL2MF to devel branch 2019-04-23 13:08:02 +02:00
DL2MF 86982f6a91 Fixing missing libs and minor changes, improving spectrum display info. 2019-04-22 20:12:12 +02:00
DL2MF a1dd2ebd2c Full rebuild, support new params, new functions for ESP LoRa boards w/o buttons 2019-04-21 06:54:49 +02:00
Hans P. Reiser 619631f80e configurable oled pins, minor spectrum enhancement 2019-04-17 14:54:19 +02:00
Hans P. Reiser 500679bdc5 read config from config.txt, configurable display ports 2019-04-16 17:51:41 +02:00