esp32_Wroom_32 gps not compiling to target

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
andrewneal123
Posts: 6
http://meble-kuchenne.info.pl
Joined: Thu Dec 17, 2020 3:29 pm

esp32_Wroom_32 gps not compiling to target

Post by andrewneal123 »

Hi

I am in the process of testing the toolchain, and can program the target with success.

However, when I have add the GPS (EB056, Generic NMEA) component to a ESP32 project and built to chip,

i get a build error and think a problem exists with the component.

when i check the c code i think we have a semi-comma missing?

/*========================================================================*\
Use :Interrupt
\*========================================================================*/

MX_UART_INT_CH1_FUNC
MX_UINT8 FCL_GPS_IN;
if (MX_UART_INT_CH1_DET)
{
FCL_GPS_IN = FC_CAL_UART_Receive_1(0);

thanks

Andy

Post Reply