forked from arendst/Tasmota
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update #107
Merged
Merged
update #107
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ssage size Change ESP32 USER GPIO template representation decreasing template message size
- Change define USE_TASMOTA_SLAVE into USE_TASMOTA_CLIENT - Change commands ``SlaveSend`` and ``SlaveReset`` into ``ClientSend`` and ``ClientReset``
Add info display Ssid escape
Added new features to Teleinfo
Discovery Update
KNX: Add Scene Support
Adding payload decryption to the xsns_61_MI_NRF24.ino-driver
Fix bug on rule variable %topic%
Fix some json unescapes
Jason2866
pushed a commit
that referenced
this pull request
Jun 17, 2021
Jason2866
pushed a commit
that referenced
this pull request
Jun 17, 2021
Berry improve inheritance #107
Jason2866
added a commit
that referenced
this pull request
Jun 17, 2021
* Berry report bug fix #106 * Fix NEO_RGBW * Allow Captive Portal to be optional * Fix Berry documentation link * Improve behavior of color2 for unlinked RGBW and RGBWW lights * Berry improve inheritance #107 * Remove useless exceptions code * Build lvgl (#203) * LVGL * tasmota32-lvgl.bin * No exceptions to build flags * Enable exceptions for bluetooth * No exceptions in BT code * build unflags removed Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com> Co-authored-by: s-hadinger <49731213+s-hadinger@users.noreply.github.com> Co-authored-by: Theo Arends <11044339+arendst@users.noreply.github.com> Co-authored-by: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Co-authored-by: Erik <erik@montnemery.com>
Jason2866
added a commit
that referenced
this pull request
Jun 23, 2021
* Use Tasmota Core32 * Use Tasmota core 32 * Tasmota core32 * use esptoolpy V.3.1.0 * esptoolpy v.3.10 for solo1 * LITTLEFS is a lib in Tasmota core32 * Update platformio_tasmota32.ini * Berry fix #102 * Fix wrong Json with PCF8574 sensor Fix wrong Json with PCF8574 sensor (arendst#12088) * Update RELEASENOTES.md * Remove CCLoader from zigbee binary * Enable CCLoader in binary tasmota-zigbee * Esp32c3 fix wrong baudrate * Esp32c3 fix template command and Web UI * Add command ``MqttWifiTimeout 100..20000`` Add command ``MqttWifiTimeout 100..20000`` to control MQTT Wi-Fi connection timeout default set to 200 mS (arendst#12222) * Berry report bug fix #106 * Fix NEO_RGBW * Allow Captive Portal to be optional * Fix Berry documentation link * Improve behavior of color2 for unlinked RGBW and RGBWW lights * LVGL * tasmota32-lvgl.bin * Remove exceptions in build flags * No exceptions to build flags * Use really new core * Enable exceptions for bluetooth * Fix BT build (need exceptions) * Remove exceptions from BLE * Berry improve inheritance #107 * RM exceptions extra handling BT solved with PR arendst#12384 * Rm BT exceptions * Bump version 9.5.0.1 * remove speed settings * Force ESP32 defines Force ESP32 defines USE_UFILESYS, GUI_TRASH_FILE and #define GUI_EDIT_FILE * FSMan: add file deletion confirmation * fix RO translation file * Update xsns_05_ds18x20_esp32.ino * rm upload speed * rm upload speed * Add 4M board variants * rm upload speed * rm upload speed * Try with override env:tasmota32_base * rm duplicate lib_extra_dirs * Override via [env] * Create esp8266_zbbridge.json * Use esp8266_zbbridge board * Update platformio_override_sample.ini * rm outdated info * Update pt_BR.h Update labels (Translate new ones and correct some old ones). Adjust to brazilian portuguese * Ethernet fix for ESP32 * #define USE_WS2812 for lvgl build * Fix GUI console initial update time * Fix s2 * Berry added I2C_Driver class and patches * Updated MPUxxx driver * Add Partition Manager v0 in Berry * Added features * Speed up initial GUI console refresh * Fix ESP32 Webcam add boundary marker before sending mjpeg image (arendst#12376) * Update * Fix DDS238-2 wrong reactive power value (arendst#12283) * Remove ProgramFlashSize from ESP32 Gui * Fix compilation when USE_UFILESYS is not defined * Simplified configuration for ir-full, tasmota-ircustom no more needed * Remove unwanted files * Update changelog * Fix build * Fix build * Berry simplify Driver class * Add ESP-NOW hooks * make override possible for flags * More refactor Platformio * wrong link to platform Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com> Co-authored-by: Theo Arends <11044339+arendst@users.noreply.github.com> Co-authored-by: s-hadinger <49731213+s-hadinger@users.noreply.github.com> Co-authored-by: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Co-authored-by: Erik <erik@montnemery.com> Co-authored-by: Barbudor <barbudor@barbudor.net> Co-authored-by: Serge <60098151+Xjeater@users.noreply.github.com> Co-authored-by: Jansen Arruda <jansen.arruda@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
Related issue (if applicable): fixes #
Checklist:
NOTE: The code change must pass CI tests. Your PR cannot be merged unless tests pass