You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
215 B
JavaScript

function ttn_encoder() {
// IMPORTANT: paste code from src/encoder.js here
return encode(
[ Date.now() / 1000, [-33.905052, 151.26641] ],
[ unixtime, latLng ]
);
}