Skip to content

Release 1.9R7

Compare
Choose a tag to compare
@karawin karawin released this 12 Feb 21:43
· 84 commits to master since this release

Release 1.9 Rev 7 - Built on 2020/02/12
New:

1.9 R7:New telnet or serial commands: cli.wake, cli.sleep:
cli.wake("x"): x in minutes. Start or stop the wake function. A value 0 stop the wake timer
cli.sleep("x"): x in minutes. Start or stop the sleep function. A value 0 stop the sleep timer
cli.wake: Display the current value in seconds
cli.Sleep: Display the current value in seconds
sys.lcdstop, sys.lcdblv:
sys.lcdstop and sys.lcdstop("x"): Timer in seconds to switch off the lcd on stop mode. 0= no timer
sys.lcdblv and sys.lcdblv("x"): Value in percent of the backlight.
Fade in and out for backlight driven by a gpio.
New tool and hardware partition from Bazooka07:
Update for boards/nvs_generator.sh
use nvs_partition_gen.py tool directly from $IDF_PATH folder
can process one or all boards in one shot.
Update size for binary partition : 0x3000 now ! Look at :
https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/storage/nvs_partition_gen.html#running-the-utility
Decode url correctly for /webStation. included name #149
Esp-idf Release 3.3.1