Update for in infrastructure mode. Don't give false hope about using other SDKs.

This commit is contained in:
Charles Lohr 2016-08-23 20:44:47 -04:00
parent 893c7ac6d4
commit 26010905b0
2 changed files with 1 additions and 3 deletions

View file

@ -13,8 +13,6 @@ PAGE_OFFSET = 65536 # 1048576
SDK_DEFAULT = $(HOME)/esp8266/esp-open-sdk SDK_DEFAULT = $(HOME)/esp8266/esp-open-sdk
ESP_GCC_VERS = 4.8.5 ESP_GCC_VERS = 4.8.5
#Tricky: Espressif started eating up a ton of IRAM in their newer SDKs, so ColorChord must use an older SDK.
SDK = $(HOME)/esp8266/esp_iot_sdk_v1.5.2
FWBURNFLAGS = -b 1000000 FWBURNFLAGS = -b 1000000
OPTS += -DICACHE_FLASH OPTS += -DICACHE_FLASH

View file

@ -85,7 +85,7 @@ input[type="range"]:before {left:0em; content: attr(min);}input[type="range"]:af
<font size=-2> <font size=-2>
<p>Copyright (C) 2015-2016 &lt&gt&lt Charles Lohr, See LICENSE file for more info.</p> <p>Copyright (C) 2015-2016 &lt&gt&lt Charles Lohr, See LICENSE file for more info.</p>
<p id=version><font size=-2>{{VERSSTR}}</font></p> <p id=version><font size=-2>{{VERSSTR}}</font></p>
<p><a href={{PROJECT_URL}}><img src="https://raw.githubusercontent.com/github-archive/media/master/octocats/blacktocat-16.png" style="height: 1em;" alt="github-logo">{{PROJECT_NAME}}</a></p> <p><a href={{PROJECT_URL}}><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAEBSURBVCgVBcHdSpMBAAbgZ4M+rXuQIkRlMJnHHS22LJh4F57uRpShorsAb8DORkaLEDzVgUoQHrh+xBMhEH8+5uvzAFDX99OjW6f66gDAlF0TQ10dHV1DEzumAApDvzUBQNMfXxVA39iMVwBg2mtjfSrqjrVcGdlz6K2KCw1r3ntpoMGm71gSERER0cQPvapln9EGANDGvhYPVjASERERcYlV/6siKAAAFIinqgtzGAEAOMGcMRuO0HArIiLiwTscWaem9BHztpyL+GXXIj4pLcC2a7PgUMQpeOOvLaBw4MoH3IgIWv4ZKACmbSt9cy8ivij1vAAAajacuXPnzLoawDOHTGouVu63twAAAABJRU5ErkJggg==" style="height: 1em;" alt="github-logo">{{PROJECT_NAME}}</a></p>
</font> </font>
<div id=SystemMessage>...</div> <div id=SystemMessage>...</div>
</body> </body>