The board is flashed to: NodeMCU 0.9.5 build 20150214 powered by Lua 5.1.4
Other scripts work well. The issue comes when I boot with a pullup.
I am using an ESP-12 board with GPIO 8 to trigger an interrupt.
Here is the configuration portion of my script:
-- Door Detect
--GPIO for pin 8 is: IRQ and has internal pullups used.
gpio.mode(8, gpio.INT)
gpio.trig(8, 'both', onChangeDoor)
I pull up to 3.3V using a 5K Resistor
If I pull the discrete input to ground with the 5K resistor, the board works without issue (so far as I've seen).
I use ESPlorer V0.2.0 -rc1 to talk to the ESP-12