Skip to content

Commit

Permalink
Merge pull request #103 from WildernessLabs/projlab_class
Browse files Browse the repository at this point in the history
Restore ProjectLab class name
  • Loading branch information
adrianstevens authored Jul 29, 2024
2 parents f8d40e0 + 14a14cf commit 4104749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/ProjectLab_Demo/MeadowApp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

namespace ProjectLab_Demo;

// Change F7FeatherV2 to F7FeatherV1 if using Feather V1 Meadow boards
// Change to F7CoreComputeV2 for Project Lab V3.x
// Change to ProjectLabFeatherApp for Project Lab V1 or V2
// Change to ProjectLabCoreComputeApp for Project Lab V3+
public class MeadowApp : ProjectLabCoreComputeApp
{
private DisplayController? displayController;
Expand Down

0 comments on commit 4104749

Please sign in to comment.