This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Steps to reproduce | |
1. flash v3.1.0 beta 1 firmware | |
1. configure wifi per instructions | |
1. turn on wifi and connect. Next instructions are via browser | |
1. `/web_settings.html` - reset to default | |
1. / copy profile (I used CHIPQUIK TS391LT). Accept default rename suggestion | |
1. Edit the new (COPY) profile. Alter the field Paste Description. I entered 'test' | |
1. Choose `Update` | |
Observations |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IO17: 0 | |
Buzzer initialized | |
The PSRAM is correctly initialized | |
Available PSRAM? 2095104 | |
Available HEAP? 141544 | |
Setting: SD Card Found!!!! | |
Setting: SD Card Mount Failed! | |
SSR Duty 0.000000, cal power: 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
iatest=$(expr index "$-" i) | |
####################################################### | |
# SOURCED ALIAS'S AND SCRIPTS BY zachbrowne.me | |
####################################################### | |
# Source global definitions | |
if [ -f /etc/bashrc ]; then | |
. /etc/bashrc |