Skip to content

Releases: mp-se/espframework

Bring 2.0 in sync with 1.1.2

28 Dec 10:28
Compare
Choose a tag to compare
2.0.2

Merge branch '1.1' into 2.0

Update when to include rbg led

28 Dec 07:52
Compare
Choose a tag to compare

RGB led is now used if RGB_BUILTIN is defined.

ESPFWK_DISABLE_LED can be used to disable led functionality if the PIN is used for other purposes

ESPFWK_ENABLE_RGB_LED can be used to force the use of RGB led (Required for some C3 boards which use a different API)

1.1.1 New main release for projects

26 Dec 17:06
Compare
Choose a tag to compare

Updates to latest Arduino 2.x and dependant libraries.

1.0.8

17 Dec 06:46
Compare
Choose a tag to compare
  • Added retain flag for mqtt push

1.0.7

13 Oct 14:27
Compare
Choose a tag to compare

Added option to disable LED function if this collide with other usage.

1.0.6

30 Sep 17:36
Compare
Choose a tag to compare

Fixed favicon get method

1.0.4

22 Aug 12:58
Compare
Choose a tag to compare

Fixed CORS

1.0.2

21 Aug 17:44
Compare
Choose a tag to compare
  • Added option to scan for AP and connect to the strongest one. Perfekt when you have multiple AP with the same SSID
  • Moved CORS define to configuration option so that a specific build is not required.
  • Renamed attribute temp_format to temp_unit) both options are still valid but the latter has priority.

1.0.1

31 Jul 06:02
Compare
Choose a tag to compare

Added favicon support

1.0.0

16 Jul 05:51
b9ca015
Compare
Choose a tag to compare

New version of the framework