Skip to content

1.1.0

Compare
Choose a tag to compare
@pennam pennam released this 26 Feb 22:25
fb0f853

What's Changed

  • CAN Filter and Mask by @Woodwarth in #170
  • WiFiC3 - don't start DHCP in begin, if static IP is configured by @JAndrassy in #179
  • WiFiS3 - static IP config, fix automatic DNS IP by @JAndrassy in #173
  • RTC - Replace Serial.print()s from ISR functions in example Sketches by @jacobhylen in #178
  • unor4: fix incorrect BSP_CLOCK_CFG_SUBCLOCK_POPULATED defines by @facchinm in #169
  • Fix: provide include path to where the API folder is stored. by @aentinger in #188
  • Allow Wire to switch from master to slave and vice versa by @maidnl in #191
  • analogReference: add getter for AR_INTERNAL if defined at variant level by @facchinm in #190
  • fixing millis rollover bug x2 by @delta-G in #196
  • WiFiC3 - dnsIP(n) getter added by @JAndrassy in #176
  • Add gallery of icons and animations by @alranel in #198
  • Fix: Increase accuracy of "delay()" routine. by @aentinger in #203
  • Provide frequency/duty_cycle API for PwmOut::begin(...). by @aentinger in #204
  • WiFiS3 WiFiServer operator bool by @JAndrassy in #140
  • WiFiS3 example WiFiPagerServer by @JAndrassy in #133
  • WiFiC3 - STA BSSID getter fix by @JAndrassy in #177
  • WiFiC3 example WiFiPagerServer by @JAndrassy in #185
  • WiFiS3/C3 - add legacy wl_enc_type constants aliases by @JAndrassy in #175
  • Fix: compilation of "ESP32_Test.ino" fails due to non-existent function "begin". by @aentinger in #205
  • WiFiC3 - macAddress() return normal bytes ordering by @JAndrassy in #184
  • WiFiS3 - macAddress() return normal bytes ordering by @JAndrassy in #183
  • LwipClient - operator bool fix by @JAndrassy in #208
  • ESPHost library - protobuf-c.c as source and not as precompiled by @JAndrassy in #213
  • Ethernet - standard MACAddress getter with a parameter by @JAndrassy in #214
  • ESPHost library - make the example work by @JAndrassy in #227
  • Prevent multiple inclusion by adding include guards. by @aentinger in #231
  • Fix: prevent artefacts from appearing on the screen during a SCROLL_LEFT. by @aentinger in #232
  • Ethernet.begin - fix parameters ordering by @JAndrassy in #222
  • EthernetC33 debugging by @JAndrassy in #223
  • Fixed hash algo to be selected based on input and not hardcoded by @pennam in #229
  • WiFiS3 fix Modem timeout at ERROR response by @JAndrassy in #147
  • Fixed encoding of KeySlot ID. by @lagosantol in #217
  • Define the compiler.optimization_flags allows for specifying the desired optimization level during compilation. by @aentinger in #238
  • Fix typo by @y-tsubuku in #245
  • Debugger support by @facchinm in #237
  • fix for #244, byte-order wrong for LSBFIRST buffer transfers by @RudolphRiedel in #246
  • WiFiSSLClient: remove unused function declaration by @pennam in #255
  • Docs: UNO R4 WiFi fix command to flash bootloader by @pennam in #252
  • unor4wifi: update firmware submodule by @pennam in #261
  • Add WiFi Preferences support by @pennam in #239
  • Add software AT secure element support by @pennam in #253
  • WiFiS3 WiFiServer::accept() by @JAndrassy in #144
  • WiFiS3 client connect timeout by @JAndrassy in #148
  • OTAUpdate: do not use Error enum to return error codes by @pennam in #197
  • Add AES encrypt/decrypt and HMAC support for SE05X by @pennam in #242
  • Fix: do not randomly clear the first line of the LED matrix. by @aentinger in #260
  • WiFiSSLClient: add setEccSlot method to configure client private key and certificate by @pennam in #254
  • ESPHost - fix softAP password check by @JAndrassy in #248
  • WiFiS3 let WiFi.h include WiFiClient, WiFiUDP, WiFiServer by @JAndrassy in #224
  • WiFiS3 WiFiSSLClient: avoid duplicated AT messages by @pennam in #266
  • Update WIFI_FIRMWARE_LATEST_VERSION to 0.4.1 by @pennam in #267
  • OTAUpdate: change root certificate to download binary from download.arduino.cc by @pennam in #269
  • Publish 1.1.0 by @pennam in #275

New Contributors

Full Changelog: 1.0.5...1.1.0