Skip to content

1.8.4-5.0

Compare
Choose a tag to compare
@wasdpkj wasdpkj released this 28 Dec 03:09
· 143 commits to master since this release

In this release

[core]

  • ESP32支持包更新为5.0版本(对应官方的 1085e9a)

[libraries]

  • 新增MicroAi库:“_05_m_Module_MicroAI”
  • 新增MicroMV库:“_05_m_Module_MicroMv”
  • 新增红外测温传感器库:"_07_m_Sensor_Tem_Hum/Microduino_IR_TEM.h"
  • 新增UV传感器库:“_07_m_Sensor_UV”
  • 新增称重传感器库:“_07_m_Sensor_Weight”
  • 新增百变小强库:“_08_m_Shield_BittyBuggy”
  • 新增ArduinoJson库:“_09_m_Data_arduinoJson”
  • 新增JPEG解码库:“_09_m_Data_JPEGDecoder”
  • 优化TFT库,同时支持ST7789屏幕,同时支持ESP32的MicroBit主板以及ESP32的Joypad+主板
  • 优化Motion库中MPU6050,解决mixly编译卡死问题
  • 优化WIFI库,新增Core+上传固件例程:“/updata”,新增扫描AP例程:“/ConnectWiFi_getAPList”,新增恢复出厂设置例程:“/ConnectWiFi_Restore”

[other]

  • 去除一些没必要的travis编译例程