Skip to content

Releases: quick007/tellojs

v1.2.2 - The Errors and Examples Update

27 Jun 07:38
Compare
Choose a tag to compare
  • Fixed error handing for movement and negative numbers'
  • Added more complex examples
  • Readme updates

v1.1.1 - Better Deno Profile!

27 Jun 04:39
5e947c5
Compare
Choose a tag to compare

Updates the readme and link for deno

v1.1.0 - Better Options!

27 Jun 04:34
Compare
Choose a tag to compare

This update adds:

  • Better default options that work seamlessly without phoning back to deno
  • Updates to the readme to make it clearer
  • Another example

v1.0.3 - New Readme

26 Jun 07:40
1dadc0a
Compare
Choose a tag to compare

Added a brand new readme

v1.0.2 - Default Config

26 Jun 07:15
Compare
Choose a tag to compare

Added this default config:

{
	"telloIP": "192.168.10.1",
	"telloPort": 8889,
	"webserver": 3000,
	"telloStatePort": 8890,
	"telloVideoPort": 8890,
	"enhancedLogging": false
}

v1.0.1 Better Process

26 Jun 07:11
Compare
Choose a tag to compare

Use a better default export

v1.0.0 - First Release!

26 Jun 06:47
Compare
Choose a tag to compare