reloxx13 / Sonoff-Tasmota-Modified

Provide ESP8266 based itead Sonoff with Web, MQTT and OTA firmware using Arduino IDE
GNU General Public License v3.0
26 stars 6 forks source link

platformio_tasmota_env.ini contains wrong value for tasmota-lite #9

Closed JF62 closed 4 years ago

JF62 commented 4 years ago

PROBLEM DESCRIPTION

platformio_tasmota_env.ini contains wrong value for tasmota-lite actually is:

[env:tasmota-lite] build_flags = ${common.build_flags} -DFIRMWARE_LITE

it should be:

[env:tasmota-lite] build_flags = ${env.build_flags} -DFIRMWARE_LITE

otherwise compiled version has wrong values in free memory and no further update will work except hardware flash

REQUESTED INFORMATION

Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!

- [ ] If using rules, provide the output of this command: `Backlog Rule1; Rule2; Rule3`:

Rules output here:

- [ ] Provide the output of this command: `Status 0`:

STATUS 0 output here:

- [ ] Provide the output of the Console log output when you experience your issue; if applicable:
  _(Please use_ `weblog 4` _for more debug information)_

Console output here:



### TO REPRODUCE
_Steps to reproduce the behavior:_

### EXPECTED BEHAVIOUR
_A clear and concise description of what you expected to happen._

### SCREENSHOTS
_If applicable, add screenshots to help explain your problem._

### ADDITIONAL CONTEXT
_Add any other context about the problem here._

**(Please, remember to close the issue when the problem has been addressed)**
reloxx13 commented 4 years ago

thanks for the hint!