Commit Graph
25 Commits
Author SHA1 Message Date
TD-er 97edd4a6fa [GPS] Add more U-blox specific features
Needs some more testing, as it is not running very predictable.
Looks like the GPS may disable RX sometimes (as is shown in the logs), but still need to detect this in ESPEasy.
2021-11-16 12:41:57 +01:00
TD-er adb3e9d1d0 [GPS] Add power save commands (Ublox specific) 2021-11-15 15:09:58 +01:00
TD-er f6dd7f850e Merge branch 'mega' into bugfix/ESP32_eth_no_DNS 2021-09-19 15:34:07 +02:00
TD-er 8d8572970e [Cleanup] Clean up of double includes + pio.ini description 2021-09-19 14:18:28 +02:00
TD-er 77dc0f4fba Merge branch 'mega' into feature/ESP32_S2_support 2021-09-13 11:40:46 +02:00
TD-er b631acdc18 Merge branch 'mega' into bugfix/ESP32_eth_no_DNS 2021-09-13 11:39:20 +02:00
TD-er b7b69622b7 [Cleanup] Prevent float to double promotion
May reduce code slightly, but at least it makes execution faster.
2021-09-07 09:33:41 +02:00
TD-er 745ff17ef3 [ESP32] Allow to compile using staging branch ESP32 2021-09-06 21:02:24 +02:00
TD-er 9b82c0c16e [ESP32-S2] Switch platform packages for ESP32s2 to improve build success
As suggested here: https://github.com/letscontrolit/ESPEasy/pull/3579#issuecomment-912620988 by @Jason2866
2021-09-05 00:29:49 +02:00
TD-er 960512a66e Merge branch 'mega' into feature/ESP32_S2_support 2021-07-18 12:42:48 +02:00
TD-er 2c6a742205 [TinyGPS] TinyGPSCustom::valid was not initialized 2021-07-07 20:04:51 +02:00
TD-er 42c60b55ea Merge branch 'mega' into feature/ESP32_S2_support 2021-07-05 09:52:46 +02:00
TD-er 4e35f412e6 [Libs] Don't use "byte" as type anymore 2021-07-03 00:49:41 +02:00
TD-er e5dc2a209c Merge branch 'mega' into feature/ESP32_S2_support 2021-04-15 22:47:06 +02:00
TD-er 51f027835e [ESP32-S2] Add experimental support for ESP32-S2 2021-02-04 02:51:47 +01:00
TD-er ee216b01c1 [Time] Fix tm_mon starting at 0 and tm_year at 1900
All over the code there were incorrect assumptions about the offsets in `struct tm`
2021-02-03 13:30:14 +01:00
TD-er c2bd8bab43 [GPS] Fix 1024 week roll over on old GPS modules
See also https://github.com/mikalhart/TinyGPSPlus/issues/75
2020-11-03 12:02:26 +01:00
Gijs Noorlander 1616b8df1d [GPS] Apply sanity check on received data. 2020-08-09 09:55:21 +02:00
TD-er 274934f658 [GPS] Allow to select output values and update on time or distance travelled
It is now possible to select different values for output.
A new output will be given when either the Interval time has passed, or a set minimal traveled distance is exceeded.
This can then be used in rules to trigger other samples.
2019-05-18 01:49:41 +02:00
TD-er 4890d13543 [GPS] Improve displayed satellite stats 2019-02-01 10:53:08 +01:00
TD-er a5d5c77314 [TinyGPS++] Added GSA and GSV sentences to get satellite ID & SNR 2019-02-01 10:53:08 +01:00
TD-er e2b30e2d6b [GPS] New plugin P082 GPS - initial commit 2018-12-21 09:26:25 +01:00
TD-er 36a44ca787 [GPS] support for fix quality and fix mode
Applied this PR:
[support for fix quality and fix mode](https://github.com/mikalhart/TinyGPSPlus/pull/38)
2018-12-21 09:26:25 +01:00
TD-er 346ff67f8e [GPS] Improved precision
Applied PR from @qbazd
[lat, lng force math operations #47](https://github.com/mikalhart/TinyGPSPlus/pull/47)
2018-12-21 09:26:25 +01:00
TD-er 06697e212e [GPS] Add TinyGPSPlus library 1.0.2
[Source](https://github.com/mikalhart/TinyGPSPlus)
2018-12-21 09:26:25 +01:00