Skip to content

v3.3.0-esp8266

Latest
Compare
Choose a tag to compare
@LoQue90 LoQue90 released this 07 Dec 17:52
· 3 commits to ESP8266-MASTER since this release
325496b

This is the last major release for ESP8266. There will be no futher development for features on the esp8266 platform.
Wifimanager and the u8g2 display lib causing a crash during first boot. We did remove the wifimanager, so you have to setup up your wifi in the userconfig.h file. Sadly we also had to remove the remote debug feature, but as there will be no development on esp8266, we think that isn´t such a big loss.

What's Changed

  • Fix pinMode of PINBREWSWITCH for pid only hardware brew detection by @Nilaik in #379
  • fix standard settings BREWSWITCHTYPE by @LoQue90 in #392
  • Remove WiFiManager as a workaround for the incompatibility with the display library by @fiendie in #405
  • Fix for MQTT Reconnect, bumb sw number by @LoQue90 in #406
  • Fix for Displayrotateupright.h by @LoQue90 in #408

Full Changelog: V3.2.0...v3.3.0-esp8266