OVMS3-idf/examples/peripherals/uart/nmea0183_parser/Makefile
morris 8b7b5821c7 example: add nmea0183 parser example
Add NMEA0183 Parser example to illustrate how to use uart event driver together with esp event library to get GPS information.
2018-12-07 10:57:34 +08:00

10 lines
183 B
Makefile

#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := nmea_parser
include $(IDF_PATH)/make/project.mk