giladger / ElectraWifi

Control Electra AC with esp8266
GNU General Public License v3.0
29 stars 13 forks source link

error message on boot #13

Open idoroseman opened 1 year ago

idoroseman commented 1 year ago

Hi All, great project ! I've programed the code into a NodeMCU v3 using a recent version of PlatformIO. when booted, I get the message "ets Jan 8 2013,rst cause:2, boot mode:(3,6)" a quick google search suggests I should " marked these functions with ICACHE_RAM_ATTR so that they are placed in IRAM" but not sure which functions are the culprits. maybe its to do with the pio version ? or configuration ? another strange thing is that the actual baud rate is 37880 and not 115200 any suggestions ? Thanks, Ido