Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SimpleWeatherService #include <array>
not <vector> as that is what is actually used. Fixes build failure InfiniTime/src/components/ble/SimpleWeatherService.h:86:18: error: field ‘location’ has incomplete type ‘Pinetime::Controllers::SimpleWeatherService::Location’ {aka ‘std::array<char, 33>’
- Loading branch information