Commit Graph

827 Commits (main)
 

Author SHA1 Message Date
conradopoole 9fc0996f1a
Added support for ESP_FLASH_DEFL_DATA operation (#21)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
4 years ago
Melissa LeBlanc-Williams 4d03afe177
Merge pull request #11 from makermelissa/main
Decoupled UI code from programming code
4 years ago
Melissa LeBlanc-Williams e66aa53ea0 Remove a couple debug messages 4 years ago
Melissa LeBlanc-Williams 740987c7cf Decoupled UI code from programming code 4 years ago
dependabot[bot] 845c434e59
Bump rollup from 2.51.2 to 2.52.2 (#18)
Bumps [rollup](https://github.com/rollup/rollup) from 2.51.2 to 2.52.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.51.2...v2.52.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot] 6911a5bd0f
Bump typescript from 4.3.2 to 4.3.4 (#19)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.2 to 4.3.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.2...v4.3.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Paulus Schoutsen 3c7dfd3150
2.1.1 4 years ago
conradopoole 251ff3535b
Change Baud Rate fixes (#16)
Fix to send ESP_CHANGE_BAUDRATE on the instance not the parent, so that status bytes received match the STUB or the ROM.
4 years ago
Paulus Schoutsen cebbd599da Version 2.1.0 4 years ago
Paulus Schoutsen c63a1ad0c9
Clean ups (#15) 4 years ago
conradopoole 9999e50a7f
Changes to be able to set higher Baud Rates (#13)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
4 years ago
conradopoole 04db567bf8
Changes to FlashWriteSize (#14)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
4 years ago
Paulus Schoutsen f29ccaa6b0
Bump version to 2.0.0 4 years ago
Bram Kragten a0406079dc
Change `softReset` to `hardReset`, add bootloader option (#11) 4 years ago
dependabot[bot] 608aeb9f13
Bump rollup from 2.51.1 to 2.51.2 (#10)
Bumps [rollup](https://github.com/rollup/rollup) from 2.51.1 to 2.51.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.51.1...v2.51.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot] 70f28c4c1c
Bump tslib from 2.2.0 to 2.3.0 (#9)
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/2.2.0...2.3.0)

---
updated-dependencies:
- dependency-name: tslib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Paulus Schoutsen e430e2f88b Style 4 years ago
Paulus Schoutsen dfcbec9390
Update release-drafter.yml 4 years ago
Paulus Schoutsen 10cd005f33 Version bump to 1.0.4 4 years ago
Paulus Schoutsen 6414150f36 Update connected boolean when disconnecting 4 years ago
dependabot[bot] 717ed84c48
Bump rollup from 2.50.6 to 2.51.1 (#6)
Bumps [rollup](https://github.com/rollup/rollup) from 2.50.6 to 2.51.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.50.6...v2.51.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Paulus Schoutsen 205fa73f5c
Create .prettierignore 4 years ago
dependabot[bot] 5a6b16696c
Bump serve from 11.3.2 to 12.0.0 (#7)
Bumps [serve](https://github.com/vercel/serve) from 11.3.2 to 12.0.0.
- [Release notes](https://github.com/vercel/serve/releases)
- [Commits](https://github.com/vercel/serve/compare/11.3.2...12.0.0)

---
updated-dependencies:
- dependency-name: serve
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot] 3dfc87fc2b
Bump actions/setup-node from 1 to 2.1.5 (#5)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 2.1.5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v1...v2.1.5)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Paulus Schoutsen 34aeb1ea0f
Run CI on fork too 4 years ago
dependabot[bot] c9530f6ff0
Bump typescript from 4.2.4 to 4.3.2 (#1)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.4 to 4.3.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.4...v4.3.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot] b47544e7e9
Bump prettier from 2.3.0 to 2.3.1 (#3)
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.3.0...2.3.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot] 6f27f2c92d
Bump rollup from 2.50.6 to 2.51.0 (#4)
Bumps [rollup](https://github.com/rollup/rollup) from 2.50.6 to 2.51.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.50.6...v2.51.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Paulus Schoutsen 7b25a97360
Update dependabot.yml 4 years ago
dependabot[bot] 452657db72
Bump rollup from 2.49.0 to 2.50.6 (#2)
Bumps [rollup](https://github.com/rollup/rollup) from 2.49.0 to 2.50.6.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.49.0...v2.50.6)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Paulus Schoutsen 996d23e7f2 1.0.3 4 years ago
Paulus Schoutsen 9949616996 Bump node version to support npm exec 4 years ago
Paulus Schoutsen 3115f7506c 1.0.2 4 years ago
Paulus Schoutsen e5f53be7aa Remove more yarn 4 years ago
Paulus Schoutsen abec812258
1.0.1 4 years ago
Paulus Schoutsen f47896d5d4 Correct unpkg url 4 years ago
Paulus Schoutsen cdf85472c9 Remove unused image 4 years ago
Paulus Schoutsen ae0377d778 Help with typing 4 years ago
Paulus Schoutsen 494b04a832 Fork 4 years ago
Paulus Schoutsen abe298b300 Defer initialize 4 years ago
Paulus Schoutsen 08d7ab6494 Export chip family constants 4 years ago
Paulus Schoutsen e47931d7aa Fix ESP8266 chip name detection 4 years ago
Paulus Schoutsen dae9b92f46 make write update callback return bytes written 4 years ago
Paulus Schoutsen 163b9fb29a Remove unused part 4 years ago
Paulus Schoutsen b6ef486ddc Remove unused dependencies 4 years ago
Paulus Schoutsen 869acb7a1b Convert to NPM package 4 years ago
Melissa LeBlanc-Williams d9704c87bd
Merge pull request #9 from makermelissa/main
Make the error message clear about what the user needs to do
4 years ago
Melissa LeBlanc-Williams d87dcbf5a5 Make the error message clear about what the user needs to do 4 years ago
Melissa LeBlanc-Williams fef62cdb02
Merge pull request #7 from lazyzero/main
adding nodemcu like reset
4 years ago
Christian Moll b426ad93b1
Merge pull request #1 from lazyzero/lazyzero-patch-1
adding nodemco like reset
4 years ago