You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greetings from the nearly flatlands. Tried it out on RPi with Dragino Lora/GPS hat and (nearly) worked right away :-)
SQL INSERT aborts on a fresh installed RPi with mariadb - complaining value provided in INSERT statement for field online_tracking in table object_tracking is too large.
Adapting field length from bit(1) to char(1) in the fanet_2.sql file would be one option to get around this. Have not tried with adapting the C code in sql_write_tracking_data yet.
The text was updated successfully, but these errors were encountered:
Greetings from the nearly flatlands. Tried it out on RPi with Dragino Lora/GPS hat and (nearly) worked right away :-)
SQL INSERT aborts on a fresh installed RPi with mariadb - complaining value provided in INSERT statement for field
online_tracking
in tableobject_tracking
is too large.Adapting field length from
bit(1)
tochar(1)
in thefanet_2.sql
file would be one option to get around this. Have not tried with adapting the C code insql_write_tracking_data
yet.The text was updated successfully, but these errors were encountered: