Basic Infos
Platform
- Hardware: WemosD1 and NodeMCU V1.0
- Core Version: 12/10/2018 00:34
- Development Env: Visual Micro
- Operating System: Windows
Problem Description
More of a 'gotcha' than a problem so it turns out.
On previous builds if a SPIFFS region wasn't assigned calling SPIFFS.begin() worked silently (ok, I guess there would have been problems later on).
On the current git calling begin() causes:
Fatal exception 0(IllegalInstructionCause):
epc1=0x4000e25d, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000
As I said, more of a gotcha than a bug but it would be kinder if there was some sort of compiler warning.