Maurice Makaay
f1b2bf1149
Added boot messages from the original firmware.
3 years ago
Maurice Makaay
eea556ae8d
Typo fixed.
3 years ago
Maurice Makaay
879686aecc
Helping my OCD-inflicted colleagues.
3 years ago
Maurice Makaay
d97c3361b0
'Technical details' is better than 'Hardware information'.
3 years ago
Maurice Makaay
a5850e2bb2
Tiny typo fix.
3 years ago
Maurice Makaay
e0e26dca54
Update README.md
3 years ago
Maurice Makaay
c96b24236e
Update hardware.md
3 years ago
Maurice Makaay
1eff319b01
Update hardware.md
3 years ago
Maurice Makaay
e43bf75dcd
Added hardware information docs.
3 years ago
Maurice Makaay
2153375050
Fixed file permissions on images.
3 years ago
Maurice Makaay
7812785425
Pointed to my own repo, because the AsyncTCP fix will likely be revered.
3 years ago
Maurice Makaay
57d13805d8
Update README.md
3 years ago
Maurice Makaay
37e9e4b040
Added hints about using 3.3V for serial to USB.
3 years ago
Maurice Makaay
3534114dc5
Update flashing.md
3 years ago
Maurice Makaay
871b9fdf25
Added GPIO0 button solution by @erwinschoonhoven .
3 years ago
Maurice Makaay
7e7401c5f2
Add new image for the flashing guide.
3 years ago
Maurice Makaay
4b74513903
Add feature: possibility to extend the hardware
3 years ago
Maurice Makaay
1735a7d6fd
A few new pictures for the flashing docs.
3 years ago
Maurice Makaay
f37a1c210e
Some small fixups to the flashing docs.
3 years ago
Maurice Makaay
fa5fae019b
Added links for TOC.
3 years ago
Maurice Makaay
1555e1dc52
Added all new pictures to the flashing guide.
3 years ago
Maurice Makaay
7570f5960f
Lowered resolution of new doc pictures.
3 years ago
Maurice Makaay
923c320876
Backup work on flashing guide.
3 years ago
Maurice Makaay
2fa266c531
Backup work on flashing guide.
3 years ago
Maurice Makaay
5e9131d3fe
Work in progress on the flashing guide.
3 years ago
Maurice Makaay
3d4e51f125
Fixed a few documentation links.
3 years ago
Maurice Makaay
f0501d986b
Added features list.
3 years ago
Maurice Makaay
50e4b86244
Added images for describing the flashing process.
3 years ago
Maurice Makaay
b7544c92e0
Merge branch 'main' of https://github.com/mmakaay/esphome-xiaomi_bslamp2 into main
3 years ago
Maurice Makaay
015866f5ab
Dropped the use of exceptions.
I tried the codebase against the new esp-idf 4 alpha code, and
the build didn't have exception handling enabled by default.
I saw no problems with modifying the code to not raise exceptions,
so I did so to be future-proof.
The exception cases were cases that should not happen anyway,
because the input that could trigger the exception has already
been validated on beforehand by the Python-based code generation.
3 years ago
Maurice Makaay
dc0eee0fa3
Switched to using my own arduino-esp32 unicore build.
3 years ago
Maurice Makaay
4443f95cf2
Update README.md
3 years ago
erwinschoonhoven
c15191fb98
Fixes some links ( #20 )
3 years ago
Maurice Makaay
976c947f52
One small typo for man, one big bug for compiler kind.
3 years ago
Maurice Makaay
a61a546c70
Formatted the codebase using the ESPHome clang rules.
3 years ago
Maurice Makaay
10ce0ba6c9
Merge branch 'main' of https://github.com/mmakaay/esphome-xiaomi_bslamp2 into main
3 years ago
Maurice Makaay
c90d9677f8
Applied ESPHome-style code styling.
3 years ago
Maurice Makaay
6e4e9859f2
Update CHANGELOG.md
3 years ago
Maurice Makaay
79fefff9aa
Update CHANGELOG.md
3 years ago
Maurice Makaay
2a92e72f10
Started the CHANGELOG.md.
3 years ago
Maurice Makaay
197ccfe0d3
Suppress transitions for night light mode.
Fixes #10
"When changing RGB color settings, while night light mode is active,
transitions don't look good. On many of the transitions, the light
level shows a significant drop."
This commit fully suppresses transitions when the light is in
night light mode.
3 years ago
Maurice Makaay
7f718a6d7e
Use DISABLE_ASYNCTCP_ACK_TIMEOUTS to fix client disconnects (depends on not yet accepted pull request: https://github.com/esphome/esphome/pull/1712 ).
3 years ago
Maurice Makaay
d4f8675fa7
Fixed a few C++ build warnings.
3 years ago
Maurice Makaay
c1036e2f4d
Use the active color for the long press power button night light.
3 years ago
Maurice Makaay
52e1a20014
Added a test plan to the documentation. I use this test plan to check for regression, before releasing new versions of the code.
3 years ago
Maurice Makaay
b690c290cf
Multi touch events ( #17 )
Documentation and binary sensor code quality improvements.
3 years ago
Maurice Makaay
e58c4fba3d
Better config checks for presets.
3 years ago
Maurice Makaay
c9847317f5
Removed accidentally added bogus file.
3 years ago
Maurice Makaay
db273e7214
Merge branch 'main' of https://github.com/mmakaay/esphome-xiaomi_bslamp2 into main
3 years ago
Maurice Makaay
3c2ffd111f
Small configuration updates in line with new documentation.
3 years ago