To find the state of this project's repository at the time of any of these versions, check out the tags.
ChangeLog.txt 1.56 KiB
#
# neOCampus operation
# (c) neOCampus / F.Thiebolt Université Toulouse3, Laboratoire IRIT
=== 25 may 2023 / Feature-bspupgrade
Bumps to esp32 2.0.9
Bumps to esp8266 3.1.2
- switch WiFi to both 802.11b AND 802.11g (DSI cut down 802.11b !!)
- recompiled lwip for NTP server support from DHCP answer (IDF 4.4.4)
=== Release 230116 / feature-SDKupgrade
Bumps to esp32 2.0.6
Bumps to esp8266 3.1.0
- force 802.11b for both ESP8266 and ESP32 --> solved our DHCP issues :D
- WARNING: breaks SPIFFS format@ESP32 ==> reformat @ reboot ==> per device setup :'(
no SPIFFS format change @ ESP8266
- WiFiManager 2.0.15-rc1 no debug --> revert to 2.0.14-beta
- newer WiFiManager introduces ASYNC SCAN ==> very slow (almost unanswered)
[esp32]
- recompiled lwip for NTP server support from DHCP answer (IDF 4.4.3)
=== Release 220815 / feature-SDKupgrade
Bumps to esp32 2.0.4
Bumps to esp8266 3.0.2
- we're still using the deprecated SPIFFS filesystem
- updated boards.local.txt
- _http_get now makes use of newer API involving a WIFIClient variable
- uniformized sntp includes for all ESP :)
- WIFImanager now used without mod
- switched noise ISR from ICACHE_RAM_ATTR to newer IRAM_ATTR
- improved NTP sync IPaddr used
[esp32]
- recompiled lwip for NTP server support from DHCP answer (IDF 4.4.2)
[esp8266]
- analogWrite now makes use of analogWriteRange set to 1023 to match previous
defaults
- setting up defaults partitionning IRAM to 32kb (defaults) in
boards.local.txt
=== Release 220328
- save WiFi credentials even if wrongly typed or end device has not been able
to connect to WiFi gateway