m5stack / M5Atom

M5Stack Atom Arduino Library
MIT License
226 stars 71 forks source link

Task Class has the same name with TaskScheduler lib #76

Closed nivg1992 closed 1 year ago

nivg1992 commented 1 year ago

Problem

The Task utility class has the same name as the TaskScheduler lib (https://github.com/arkhipenko/TaskScheduler)

Solution

Change the name of the class to M5Task

Tinyu-Zhao commented 1 year ago

Thank you for your suggestion, this problem is not for most people, so you can change the class name locally.