mtz8302 / AOG_GPS_ESP32

DUAL or SINGLE GPS bridge between AgOpenGPS an GPS receiver. Works with 2 UBlox to calculate heading+roll. Corrects and filters. ESP32 + Arduino MEGA
GNU General Public License v3.0
36 stars 18 forks source link

Working config stops after reboot #2

Closed chrisriteco closed 4 years ago

chrisriteco commented 4 years ago

Strange problem, I setup the hardware and make the config work with the webinterface. Turned the debug + ubx on and everything works ok.

When I make a total reboot (ESP + 2x F9P) the configuration is not coming back functional and debug is off in the serial monitor.

First I was thinking of power problems, but I found out, when I simple hit the button 'Apply and Save' on the webinterface within the GPIO section (without change anything) the setup is working again.

Hope this can fixed.

mtz8302 commented 4 years ago

I made a complete rewrite of the web interface. Give a try on beta branch

mtz8302 commented 4 years ago

is this problem solved for you?