-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Board rebooting #7
Comments
Hi,
Please select the 2.5.0 version of esp8266 URL.
|
Thanks! I will test tomorrow |
So, it works commenting //pinMode(A9G_WAKE, INPUT);//interruptPin With latest version 2.7 of ESP8266 firmware :) |
Same issue, and same solution: commenting out the interrupt function. |
The solution is to add ICACHE_RAM_ATTR to your handleInterrupt function: ICACHE_RAM_ATTR void handleInterrupt() { |
Great! Thanks sadamyne |
Hi! this is a great board idea thanks! I am having some issues running anything on it, normal examples run ok, but trying
ESP-12S_A9G_GET_GPS
I get a constant reboot:I am using a 3.7 battery that was charged to 3.9V:
Any suggestion?
The text was updated successfully, but these errors were encountered: