jgauchia / IceNav-v3

ESP32 Based GPS Navigator with OSM offline maps. (Under development)
GNU General Public License v3.0
90 stars 13 forks source link

Fix #45

Closed jgauchia closed 1 year ago

jgauchia commented 1 year ago

Fix map visualization if compass is not present

Description

If the compass option is deactivated, the map is not displayed.

Tests

I added the following tests:

Tested the program without the compass active, the map is now displayed correctly.