Files
Bachelorarbeit-Rover/include/Version.h
T
kleiax f236d98be2 - added calc azimuth to autopilot menu
- getters in navigation for calc azimuth
- wrapper for manualControl for automatic orintaion change
2023-08-08 22:59:28 +02:00

9 lines
209 B
C

// AUTO GENERATED FILE, DO NOT EDIT
#ifndef VERSION
#define VERSION "0.8.21"
#endif
#ifndef BUILD_TIMESTAMP
#define BUILD_TIMESTAMP "2023-08-08 22:55:37.389313"
#endif