Skip to content

September 3, 2020

Compare
Choose a tag to compare
@phoddie phoddie released this 06 Oct 06:14
· 5172 commits to public since this release
  • BLE does not invoke onDisconnected when no connection establiished
  • On M5Stack, use GPIO 33 to distinguish screen type to determine if inversion is needed
  • On ESP32, quiet phy_init logging to error level to reduce size of instrumented logs
  • On ESP32, enable multicore by default
  • ESP8266 targets default to 40 MHz dio for maximum compatibility. Moddable One and Moddable Three targets still run at 80 MHz qio
  • Update "Keeping Up To Date" guide for Python 3 on Linux
  • XS JavaScript engine fixes overflow detection on xsBeginHost (and optimizes code to build stack frame)
  • XS JavaScript engine fix crash when inspecting host stack frame in xsbug
  • XS JavaScript engine fixes for #432 (reported by @kvenux)
  • Suspend implemented for lwip and macOS socket
  • HTTP client implements suspend method for flow control of incoming data
  • Fix file name case mistake in Servo class #436 (from @abparker)