Commit Graph

411 Commits

Author SHA1 Message Date
semantic-release-bot
bdf33e292b chore(patch): 1.10.6 [skip ci]
## [1.10.6](https://github.com/lorow/OpenIris/compare/v1.10.5...v1.10.6) (2023-03-12)

### 🐛 Bug Fixes

* remove ota env from cleanup step ([fafd35d](fafd35d19e))
2023-03-12 09:55:48 +00:00
semantic-release-bot
2fd3b95007 chore(patch): 1.10.5 [skip ci]
## [1.10.5](https://github.com/lorow/OpenIris/compare/v1.10.4...v1.10.5) (2023-03-12)

### 🐛 Bug Fixes

* add s3 env to cleanup step ([78e5cbf](78e5cbfd8f))
2023-03-12 01:44:02 +00:00
semantic-release-bot
65d369402d chore(patch): 1.10.4 [skip ci]
## [1.10.4](https://github.com/lorow/OpenIris/compare/v1.10.3...v1.10.4) (2023-03-12)

### 🐛 Bug Fixes

*  remove OTA builds ([8b29a47](8b29a47504))
2023-03-12 01:27:21 +00:00
semantic-release-bot
c61adc034b chore(patch): 1.10.3 [skip ci]
## [1.10.3](https://github.com/lorow/OpenIris/compare/v1.10.2...v1.10.3) (2023-03-12)

### 🔁 Continuous Integration

* **ci-test-docker:** test new docker container ([87bc5b3](87bc5b3f7f))
* **ci-test-docker:** test new docker container ([b8a40f1](b8a40f133f))
* **ci-test-docker:** test new docker container ([16eefb8](16eefb86f4))
* **test-docker-container:** test new docker container ([2463aac](2463aac8c8))
2023-03-12 01:18:06 +00:00
semantic-release-bot
0d1f7ada53 chore(patch): 1.10.2 [skip ci]
## [1.10.2](https://github.com/lorow/OpenIris/compare/v1.10.1...v1.10.2) (2023-03-11)

### 🐛 Bug Fixes

* bug in customname ([fea596e](fea596e529))
2023-03-11 15:59:29 +00:00
ZanzyTHEbar
fea596e529 fix: bug in customname
- bug exited build if no git repo was found
- fixed
2023-03-11 15:56:47 +00:00
semantic-release-bot
46d197d932 chore(patch): 1.10.1 [skip ci]
## [1.10.1](https://github.com/lorow/OpenIris/compare/v1.10.0...v1.10.1) (2023-03-09)

### 🐛 Bug Fixes

* fix pinout for s3 module ([c0d090d](c0d090de90))
2023-03-09 21:18:52 +00:00
ZanzyTHEbar
c0d090de90 fix: fix pinout for s3 module 2023-03-09 21:15:57 +00:00
semantic-release-bot
ec3b7c6b82 chore(minor): 1.10.0 [skip ci]
## [1.10.0](https://github.com/lorow/OpenIris/compare/v1.9.4...v1.10.0) (2023-03-09)

### 🍕 Features

* add esp32s3 support ([3eeae18](3eeae182ee))
2023-03-09 20:24:07 +00:00
ZanzyTHEbar
3eeae182ee feat: add esp32s3 support
- add beta simulator environment
2023-03-09 20:21:10 +00:00
semantic-release-bot
b4d56af69c chore(patch): 1.9.4 [skip ci]
## [1.9.4](https://github.com/lorow/OpenIris/compare/v1.9.3...v1.9.4) (2023-03-05)

### 🐛 Bug Fixes

* fix current OTA stack ([c96e3f7](c96e3f7108))
2023-03-05 18:51:31 +00:00
ZanzyTHEbar
c96e3f7108 fix: fix current OTA stack
- update board.ini to clean it up
- minor update to OTA.cpp
2023-03-05 18:48:25 +00:00
ZanzyTHEbar
f254b7b194 no-release: minor formatting 2023-03-03 15:51:11 +00:00
semantic-release-bot
a1a2da1e19 chore(patch): 1.9.3 [skip ci]
## [1.9.3](https://github.com/lorow/OpenIris/compare/v1.9.2...v1.9.3) (2023-03-03)

### 🐛 Bug Fixes

* duplication of wifi network config ([651b7b6](651b7b62ba))
2023-03-03 15:35:13 +00:00
ZanzyTHEbar
651b7b62ba fix: duplication of wifi network config
- migrate to cpp iterators
- migrate to assign method for strings
2023-03-03 15:32:17 +00:00
semantic-release-bot
6d8cb51f9e chore(patch): 1.9.2 [skip ci]
## [1.9.2](https://github.com/lorow/OpenIris/compare/v1.9.1...v1.9.2) (2023-03-03)

### 🐛 Bug Fixes

* bug in MDNS handler ([1ca7d1f](1ca7d1f48c))
2023-03-03 13:46:07 +00:00
ZanzyTHEbar
1ca7d1f48c fix: bug in MDNS handler
- service name was basedon hostname which will cause issues with user-defined values
2023-03-03 13:43:24 +00:00
semantic-release-bot
173abdf763 chore(patch): 1.9.1 [skip ci]
## [1.9.1](https://github.com/lorow/OpenIris/compare/v1.9.0...v1.9.1) (2023-03-03)

### 🐛 Bug Fixes

* bug in MDNS handler ([4af73d0](4af73d0377))
2023-03-03 13:07:52 +00:00
ZanzyTHEbar
4af73d0377 fix: bug in MDNS handler 2023-03-03 13:04:53 +00:00
semantic-release-bot
1313a96da8 chore(minor): 1.9.0 [skip ci]
## [1.9.0](https://github.com/lorow/OpenIris/compare/v1.8.0...v1.9.0) (2023-02-27)

### 🍕 Features

* add DELETE method to wifi endpoint ([de3ab8b](de3ab8b4f5))
2023-02-27 15:41:27 +00:00
ZanzyTHEbar
de3ab8b4f5 feat: add DELETE method to wifi endpoint 2023-02-27 15:38:11 +00:00
semantic-release-bot
af6b3dc2c1 chore(minor): 1.8.0 [skip ci]
## [1.8.0](https://github.com/lorow/OpenIris/compare/v1.7.0...v1.8.0) (2023-02-27)

### 🍕 Features

* add wifi rssi endpoint ([8f2b6db](8f2b6db65b))
2023-02-27 15:29:40 +00:00
ZanzyTHEbar
8f2b6db65b feat: add wifi rssi endpoint 2023-02-27 15:26:45 +00:00
semantic-release-bot
a7b61ff5ff chore(minor): 1.7.0 [skip ci]
## [1.7.0](https://github.com/lorow/OpenIris/compare/v1.6.0...v1.7.0) (2023-02-27)

### 🍕 Features

* merge binaries ([d8980ae](d8980ae0d4))

### 🔁 Continuous Integration

* **ci-binaries:** final touches ([cd8b6b8](cd8b6b8b8a))
* **ci-binaries:** fix manifest formatting ([cd9eea6](cd9eea64cd))
* **ci-binaries:** testing merge ([4dafdbc](4dafdbc484))
* **ci-binaries:** testing merge ([92c8a65](92c8a65911))
* **ci-binaries:** testing merge ([7a7a4d1](7a7a4d1cc2))
* **ci-binaries:** testing merge ([f8de13c](f8de13c97a))
* **ci-binaries:** testing merge ([c56e5ec](c56e5ec7c2))
2023-02-27 15:11:29 +00:00
ZanzyTHEbar
cd8b6b8b8a ci(ci-binaries): final touches 2023-02-27 15:08:34 +00:00
semantic-release-bot
c5efe306d9 chore(patch): 1.7.1 [skip ci]
## [1.7.1](https://github.com/lorow/OpenIris/compare/v1.7.0...v1.7.1) (2023-02-27)

### 🔁 Continuous Integration

* **ci-binaries:** fix manifest formatting ([cd9eea6](cd9eea64cd))
2023-02-27 15:03:59 +00:00
ZanzyTHEbar
cd9eea64cd ci(ci-binaries): fix manifest formatting 2023-02-27 15:00:47 +00:00
semantic-release-bot
42ef85a5e8 chore(minor): 1.7.0 [skip ci]
## [1.7.0](https://github.com/lorow/OpenIris/compare/v1.6.0...v1.7.0) (2023-02-27)

### 🍕 Features

* merge binaries ([d8980ae](d8980ae0d4))

### 🔁 Continuous Integration

* **ci-binaries:** testing merge ([4dafdbc](4dafdbc484))
* **ci-binaries:** testing merge ([92c8a65](92c8a65911))
* **ci-binaries:** testing merge ([7a7a4d1](7a7a4d1cc2))
* **ci-binaries:** testing merge ([f8de13c](f8de13c97a))
* **ci-binaries:** testing merge ([c56e5ec](c56e5ec7c2))
2023-02-27 14:53:01 +00:00
ZanzyTHEbar
4dafdbc484 ci(ci-binaries): testing merge 2023-02-27 14:49:58 +00:00
ZanzyTHEbar
92c8a65911 ci(ci-binaries): testing merge 2023-02-27 14:45:35 +00:00
ZanzyTHEbar
7a7a4d1cc2 ci(ci-binaries): testing merge 2023-02-27 14:41:47 +00:00
ZanzyTHEbar
f8de13c97a ci(ci-binaries): testing merge 2023-02-27 14:37:39 +00:00
ZanzyTHEbar
c56e5ec7c2 ci(ci-binaries): testing merge 2023-02-27 14:25:25 +00:00
ZanzyTHEbar
d8980ae0d4 feat: merge binaries 2023-02-27 14:21:01 +00:00
semantic-release-bot
275a6d82c4 chore(minor): 1.6.0 [skip ci]
## [1.6.0](https://github.com/lorow/OpenIris/compare/v1.5.0...v1.6.0) (2023-02-27)

### 📝 Documentation

* raise exception when user adds apostrophy ([e1577b8](e1577b8759))
2023-02-27 13:15:51 +00:00
ZanzyTHEbar
e1577b8759 docs: raise exception when user adds apostrophy 2023-02-27 13:12:53 +00:00
semantic-release-bot
f0bd092c6a chore(minor): 1.5.0 [skip ci]
## [1.5.0](https://github.com/lorow/OpenIris/compare/v1.4.2...v1.5.0) (2023-02-27)

### 🍕 Features

* add note about bug for apostrophes ([acad1da](acad1dafb9))
2023-02-27 12:23:46 +00:00
ZanzyTHEbar
acad1dafb9 feat: add note about bug for apostrophes 2023-02-27 12:20:34 +00:00
semantic-release-bot
b902b0e0d3 chore(patch): 1.4.2 [skip ci]
## [1.4.2](https://github.com/lorow/OpenIris/compare/v1.4.1...v1.4.2) (2023-02-27)

### 🐛 Bug Fixes

* fix compiler error if not git repo ([1704459](17044593ab))
2023-02-27 11:51:41 +00:00
ZanzyTHEbar
17044593ab fix: fix compiler error if not git repo 2023-02-27 11:48:32 +00:00
semantic-release-bot
c7ca1178cd chore(patch): 1.4.1 [skip ci]
## [1.4.1](https://github.com/lorow/OpenIris/compare/v1.4.0...v1.4.1) (2023-02-27)

### 🐛 Bug Fixes

* fix compiler error if not git repo ([3ca047f](3ca047f07d))
2023-02-27 09:58:15 +00:00
ZanzyTHEbar
3ca047f07d fix: fix compiler error if not git repo 2023-02-27 09:55:15 +00:00
Zdzislaw Goik
58d0f26602
Add tasks for restarting the esp (#37) 2023-02-26 10:28:38 +00:00
semantic-release-bot
d2d2140628 chore(minor): 1.4.0 [skip ci]
## [1.4.0](https://github.com/lorow/OpenIris/compare/v1.3.3...v1.4.0) (2023-02-25)

### 🍕 Features

* Disable auto-exposure, tweak settings to produce a bit cleaner image, document the options ([#38](https://github.com/lorow/OpenIris/issues/38)) ([85094bc](85094bc3f7))
2023-02-25 17:49:01 +00:00
Zdzislaw Goik
85094bc3f7
feat: Disable auto-exposure, tweak settings to produce a bit cleaner image, document the options (#38) 2023-02-25 18:45:26 +01:00
semantic-release-bot
0aeaa07327 chore(patch): 1.3.3 [skip ci]
## [1.3.3](https://github.com/lorow/OpenIris/compare/v1.3.2...v1.3.3) (2023-02-13)

### 🐛 Bug Fixes

* remove common environment ([acb5e44](acb5e44c03))
2023-02-13 12:46:31 +00:00
ZanzyTHEbar
acb5e44c03 fix: remove common environment
- favour the env environment
- cleans up the config
- easier to read and maintain
2023-02-13 12:43:16 +00:00
semantic-release-bot
2f568c1939 chore(patch): 1.3.2 [skip ci]
## [1.3.2](https://github.com/lorow/OpenIris/compare/v1.3.1...v1.3.2) (2023-02-13)

### 🐛 Bug Fixes

* cleanup main ini file ([6ba704f](6ba704f1f8))
2023-02-13 12:37:04 +00:00
ZanzyTHEbar
6ba704f1f8 fix: cleanup main ini file 2023-02-13 12:33:25 +00:00
semantic-release-bot
1cce5361eb chore(patch): 1.3.1 [skip ci]
## [1.3.1](https://github.com/lorow/OpenIris/compare/v1.3.0...v1.3.1) (2023-02-04)

### 🧑‍💻 Code Refactoring

* prepare for merging binaries ([14cc1da](14cc1dad62))
2023-02-04 19:31:16 +00:00
ZanzyTHEbar
14cc1dad62 refactor: prepare for merging binaries 2023-02-04 19:28:13 +00:00
DaOfficialWizard
8229a3a1e5
Create zip (#39)
* feat: testing craetezip script

* feat: testing craetezip script

* feat: testing craetezip script

* feat: testing craetezip script

* feat: testing createzip script

* feat: testing createzip script

* chore(minor): 1.4.0-create-zip.1 [skip ci]

## [1.4.0-create-zip.1](https://github.com/lorow/OpenIris/compare/v1.3.0...v1.4.0-create-zip.1) (2023-01-31)

### 🍕 Features

* testing craetezip script ([7db8063](7db8063291))
* testing craetezip script ([2584e37](2584e37ffa))
* testing craetezip script ([174e9ae](174e9aebe7))
* testing craetezip script ([0d2b56e](0d2b56e62f))
* testing createzip script ([c7d3ed7](c7d3ed7b79))
* testing createzip script ([4eb4758](4eb4758147))

* feat: testing createzip script

* chore(minor): 1.4.0-create-zip.2 [skip ci]

## [1.4.0-create-zip.2](https://github.com/lorow/OpenIris/compare/v1.4.0-create-zip.1...v1.4.0-create-zip.2) (2023-01-31)

### 🍕 Features

* testing createzip script ([fb9c35d](fb9c35dda9))

* feat: testing createzip script

* feat: testing createzip script

* feat: testing createzip script

* feat: testing createzip script

* feat: testing createzip script

* feat: testing createzip script

* feat: testing createzip script

* feat: testing createzip script

* feat: testing createzip script

* feat: testing createzip script

* feat: testing createzip script

* chore(minor): 1.4.0-create-zip.3 [skip ci]

## [1.4.0-create-zip.3](https://github.com/lorow/OpenIris/compare/v1.4.0-create-zip.2...v1.4.0-create-zip.3) (2023-01-31)

### 🍕 Features

* testing createzip script ([1a3ba1b](1a3ba1b47f))
* testing createzip script ([3094c29](3094c29d1f))
* testing createzip script ([af89d4d](af89d4d380))
* testing createzip script ([35bb0f2](35bb0f2935))
* testing createzip script ([ab196c5](ab196c56ac))
* testing createzip script ([c63e223](c63e223002))
* testing createzip script ([9d3fd65](9d3fd65d6f))
* testing createzip script ([ef652f4](ef652f4a92))
* testing createzip script ([bcef340](bcef34014d))
* testing createzip script ([8d4d5cc](8d4d5cc170))
* testing createzip script ([fd6ccdc](fd6ccdcae1))

* fix offset order bug

* fix: firmware binary bundling bug

* chore(patch): 1.4.0-create-zip.4 [skip ci]

## [1.4.0-create-zip.4](https://github.com/lorow/OpenIris/compare/v1.4.0-create-zip.3...v1.4.0-create-zip.4) (2023-02-01)

### 🐛 Bug Fixes

* firmware binary bundling bug ([6004cdf](6004cdf9b7))

* no-release: cleanup script

* refactor: cleanup script

* chore(patch): 1.4.0-create-zip.5 [skip ci]

## [1.4.0-create-zip.5](https://github.com/lorow/OpenIris/compare/v1.4.0-create-zip.4...v1.4.0-create-zip.5) (2023-02-02)

### 🧑‍💻 Code Refactoring

* cleanup script ([a2202d6](a2202d6288))

* feat: add detection of environment variable

* chore(minor): 1.4.0-create-zip.6 [skip ci]

## [1.4.0-create-zip.6](https://github.com/lorow/OpenIris/compare/v1.4.0-create-zip.5...v1.4.0-create-zip.6) (2023-02-02)

### 🍕 Features

* add detection of environment variable ([ca8080e](ca8080e7f1))

* refactor: prepare for merge

---------

Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
2023-02-02 10:43:53 +00:00
semantic-release-bot
8932767f6f chore(minor): 1.3.0 [skip ci]
## [1.3.0](https://github.com/lorow/OpenIris/compare/v1.2.0...v1.3.0) (2023-01-31)

### 🍕 Features

* clean up config for users ([5fbe5a3](5fbe5a358b))

### 🐛 Bug Fixes

* remove unused libs ([1405ab9](1405ab9d9e))
2023-01-31 10:41:04 +00:00
ZanzyTHEbar
1405ab9d9e fix: remove unused libs 2023-01-31 10:38:10 +00:00
ZanzyTHEbar
5fbe5a358b feat: clean up config for users
- added custom ini files for configurations
-  created user config file for easier access
- added formatting to codebase
2023-01-31 10:35:22 +00:00
semantic-release-bot
8c178433d0 chore(minor): 1.2.0 [skip ci]
## [1.2.0](https://github.com/lorow/OpenIris/compare/v1.1.4...v1.2.0) (2023-01-29)

### 📝 Documentation

* add warning in ini file ([95fdf81](95fdf810c8))
2023-01-29 13:38:59 +00:00
ZanzyTHEbar
95fdf810c8 docs: add warning in ini file
Add a warning to users in the ini file
2023-01-29 13:35:48 +00:00
semantic-release-bot
d4bfa609c8 chore(patch): 1.1.4 [skip ci]
## [1.1.4](https://github.com/lorow/OpenIris/compare/v1.1.3...v1.1.4) (2023-01-18)

### 🔁 Continuous Integration

* **ci-releaserc:** fix formatting for CHANGELOG.md ([6647d2e](6647d2eeb1))
2023-01-18 14:25:57 +00:00
semantic-release-bot
acbd9b98ab chore(patch): 1.1.3 [skip ci]
## [1.1.3](https://github.com/lorow/OpenIris/compare/v1.1.2...v1.1.3) (2023-01-18)

### 🔁 Continuous Integration

* **ci-actions:** fix cleanup step ([5bf7815](5bf781548c))
* **ci-actions:** fix cleanup ([0f6b299](0f6b299fc8))
* **ci-actions:** fix semver release step ([c8e4bb6](c8e4bb6fcd))
2023-01-18 14:12:03 +00:00
semantic-release-bot
de14eccfcc chore(release): 1.1.2 [skip ci]
## [1.1.2](https://github.com/lorow/OpenIris/compare/v1.1.1...v1.1.2) (2023-01-18)
2023-01-18 13:28:46 +00:00
ZanzyTHEbar
3d243febe6 ci(ci-actions): add autoamated cleanup stage 2023-01-18 13:25:22 +00:00
semantic-release-bot
40d102d3d0 chore(release): 1.1.1 [skip ci]
## [1.1.1](https://github.com/lorow/OpenIris/compare/v1.1.0...v1.1.1) (2023-01-11)
2023-01-11 19:53:36 +00:00
semantic-release-bot
846840dd9b chore(release): 1.1.0 [skip ci]
# [1.1.0](https://github.com/lorow/OpenIris/compare/v1.0.1...v1.1.0) (2023-01-11)
2023-01-11 19:48:31 +00:00
ZanzyTHEbar
f914778d56 refactor(core-firmwareNaming): fix firmware naming scheme
BREAKING_CHANGES
2023-01-11 19:45:17 +00:00
ZanzyTHEbar
09b622b923 refactor: factor out autoversioning.py
BREAKING CHANGE
2023-01-11 19:21:50 +00:00
semantic-release-bot
a0b3f89014 chore(release): 1.0.1 [skip ci]
## [1.0.1](https://github.com/lorow/OpenIris/compare/v1.0.0...v1.0.1) (2023-01-11)
2023-01-11 18:53:37 +00:00
ZanzyTHEbar
c057eabeea update version 2023-01-11 17:23:51 +00:00
semantic-release-bot
8284c2dd34 chore(release): 1.0.11 [skip ci]
## [1.0.11](https://github.com/lorow/OpenIris/compare/v1.0.10...v1.0.11) (2023-01-08)
2023-01-08 22:18:37 +00:00
semantic-release-bot
2782691dcb chore(release): 1.0.10 [skip ci]
## [1.0.10](https://github.com/lorow/OpenIris/compare/v1.0.9...v1.0.10) (2023-01-08)
2023-01-08 22:14:00 +00:00
semantic-release-bot
adc8355afd chore(release): 1.0.9 [skip ci]
## [1.0.9](https://github.com/lorow/OpenIris/compare/v1.0.8...v1.0.9) (2023-01-08)
2023-01-08 22:09:13 +00:00
semantic-release-bot
5df646eade chore(release): 1.0.8 [skip ci]
## [1.0.8](https://github.com/lorow/OpenIris/compare/v1.0.7...v1.0.8) (2023-01-08)
2023-01-08 22:03:00 +00:00
semantic-release-bot
b63cb70e1f chore(release): 1.0.7 [skip ci]
## [1.0.7](https://github.com/lorow/OpenIris/compare/v1.0.6...v1.0.7) (2023-01-08)
2023-01-08 21:56:11 +00:00
semantic-release-bot
51c2b91ad7 chore(release): 1.0.6 [skip ci]
## [1.0.6](https://github.com/lorow/OpenIris/compare/v1.0.5...v1.0.6) (2023-01-08)
2023-01-08 21:51:39 +00:00
semantic-release-bot
7bd995fc18 chore(release): 1.0.5 [skip ci]
## [1.0.5](https://github.com/lorow/OpenIris/compare/v1.0.4...v1.0.5) (2023-01-08)
2023-01-08 21:44:22 +00:00
semantic-release-bot
8795d8e1a4 chore(release): 1.0.4 [skip ci]
## [1.0.4](https://github.com/lorow/OpenIris/compare/v1.0.3...v1.0.4) (2023-01-08)
2023-01-08 21:38:36 +00:00
semantic-release-bot
ecb0feb0ec chore(release): 1.0.3 [skip ci]
## [1.0.3](https://github.com/lorow/OpenIris/compare/v1.0.2...v1.0.3) (2023-01-08)
2023-01-08 21:31:44 +00:00
semantic-release-bot
2b067a8bf7 chore(release): 1.0.2 [skip ci]
## [1.0.2](https://github.com/lorow/OpenIris/compare/v1.0.1...v1.0.2) (2023-01-08)
2023-01-08 21:21:09 +00:00
ZanzyTHEbar
c265d5f45b ci(ci-semver): add semver release for binaries 2023-01-08 21:12:43 +00:00
semantic-release-bot
8300cf3f3c chore(release): 1.0.1 [skip ci]
## [1.0.1](https://github.com/lorow/OpenIris/compare/v1.0.0...v1.0.1) (2023-01-08)
2023-01-08 21:00:35 +00:00
ZanzyTHEbar
e70d092afa ci(ci-semver): add semver release for binaries 2023-01-08 20:57:22 +00:00
semantic-release-bot
dcd5a22526 chore(release): 1.0.0 [skip ci]
# 1.0.0 (2023-01-08)
2023-01-08 20:44:17 +00:00
ZanzyTHEbar
05589705dd update: minor formatting 2023-01-08 20:27:57 +00:00
ZanzyTHEbar
fff43f6d16 fix pointer syntax for server object
- fix lower casing for wifi statemanager
2023-01-08 13:39:46 +00:00
ZanzyTHEbar
b770458ca6 update wifimanager to exclusively use std::string 2023-01-08 13:31:52 +00:00
ZanzyTHEbar
227044e5e9 moved AsyncWebServer class to local instance 2023-01-08 13:19:58 +00:00
ZanzyTHEbar
3f779f196d update
- set xclk to 16.5MHz by default
2023-01-03 13:58:04 +00:00
ZanzyTHEbar
2b752e45f0 update
- fix some spelling mistakes in the ini
2023-01-02 00:44:13 +00:00
ZanzyTHEbar
6c5fad8cd9 update
- add minor logging to ADHOC method
2023-01-01 23:40:46 +00:00
ZanzyTHEbar
1d73ea1cf5 update
- speed up HTTP Server
2023-01-01 23:29:16 +00:00
ZanzyTHEbar
015af93efe update
- add dynamic support for ADHOC wifi creds
2023-01-01 22:57:17 +00:00
ZanzyTHEbar
4d3a67baa3 update
- fix bug where ADHOC mode stream pointed to localhost IP
2023-01-01 22:40:50 +00:00
ZanzyTHEbar
dfb66ffda8 update
- minor
2023-01-01 22:26:42 +00:00
ZanzyTHEbar
111b0d4d85 remove github ota 2023-01-01 21:12:14 +00:00
ZanzyTHEbar
a07521bf40 remove github ota 2023-01-01 21:09:37 +00:00
ZanzyTHEbar
3569000520 fix OTA management 2023-01-01 21:07:24 +00:00
ZanzyTHEbar
767fa0e3db comment out editor config until bugs can be fixed 2022-12-31 03:29:13 +00:00
ZanzyTHEbar
0cbf78ed82 update
- minor update
2022-12-31 03:28:20 +00:00
ZanzyTHEbar
b899818984 update
- remove second action file
- update names for environments
2022-12-31 02:52:50 +00:00
ZanzyTHEbar
27fc62a43f remove experimental code 2022-12-31 02:44:49 +00:00
ZanzyTHEbar
8baa6fbef7 remove experimental code 2022-12-31 02:40:04 +00:00