10-01-2019, 05:19
(10-01-2019, 04:36)41south Wrote: Can you confirm that the lat/lon should be 3 decimal places or 5? I see mine is a little out so I will update it
- Precision of the Latitude and Longitude data has enhanced from 3 to 5 decimal places (thanks t3gathome for your research on this).
but in the code it says
// Put here your Station latitude in degrees North (always use 3 decimal places)
On Config_Options.h of latest Pro2 PLUS release v8.1_b002, I can see this:
Code:
// --------------------------------------------------------------------------------------
// Define your Weather Station location. Use decimal format for Latitude and Longitude
// --------------------------------------------------------------------------------------
#define LATITUDE 39.22350 // Put here your Station latitude in degrees North (with up to 5 decimal places, don't use less than 3 decimal places)
#define LONGITUDE -8.99650 // Put here your Station longitude in degrees - minus for West (with up to 5 decimal places, don't use less than 3 decimal places)
#define ELEVATION 124 // Put here your Station height above sea level in Meters (no decimal places)On Config_Options.h of latest Pro2 Compact release RX v2.1_b001, I can see this too:
Code:
// --------------------------------------------------------------------------------------
// Define your Weather Station location. Use decimal format for Latitude and Longitude
// --------------------------------------------------------------------------------------
#define LATITUDE 39.22350 // Put here your Station latitude in degrees North (up to 5 decimal places, don't use less than 3 decimal places)
#define LONGITUDE -8.99650 // Put here your Station longitude in degrees - minus for West (up to 5 decimal places, don't use less than 3 decimal places)
#define ELEVATION 124 // Put here your Station height above sea level in Meters (no decimal places)(10-01-2019, 04:36)41south Wrote: And this station [[2019-01-01 01:04:31 Lisbon time] Device Type: P2AT2560RX] is now replaced so can be removed (or will it just remove itself over time?
it will just remove itself over time.

