Releases: jbtronics/ESP32Console
Releases · jbtronics/ESP32Console
Version v1.2.2
Bugfixes
- sysinfo now returns correct library version info (issue #15, thanks @thomaswardiii)
New Contributors
- @thomaswardiii made their first contribution in #15
Full Changelog: v1.2.1...v1.2.2
Version 1.2.1
Version 1.2.1
Improvements / Bugfixes
- Spawning ESP32Console on a different UART channel with specific RX/TX pins now works properly (see new example
other_uart_channel.ino
). This fixes issue #9
Full Changelog: v1.2.0...v1.2.1
Version 1.2.0
Version 1.2.0
Improvements:
- Ensure that files are saved on every filesystem when editing files with kilo (thanks to @atfox98)
New Contributors
Full Changelog: v1.1.0...v1.2.0
Version 1.1.0
Version 1.1.0
New features:
- Added GPIO commands
pinMode
,digitalRead
,digitalWrite
,analogRead
- Added
date
function to read and set system time - Added interpolation for environment variables
- Added example for network and gpio commands
Improvements:
- Show CPU temperature in
sysinfo
- Improved documentation
Full Changelog: v1.0.0...v1.1.0
Version 1.0.0
Initial Release