Skip to content

Commit

Permalink
Merge pull request #23 from deaafrizal/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
deaafrizal authored Oct 31, 2024
2 parents ed9f871 + 88a861b commit b72a593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: PlatformIO CI

on:
push:
branches: [ "staging" ]
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]

Expand Down
2 changes: 1 addition & 1 deletion lib/Task/WebSocket/WebSocketTask.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#ifndef WEBSOCKET_TASK_H
#define WEBSOCKET_TASK_H

#include <Arduino.h>
#include <set>
#include <map>
#include <String>
#include <WebSocketsServer.h>
#include <ModeSelection/ModeSelectionTask.h>
#include <freertos/semphr.h>
Expand Down

0 comments on commit b72a593

Please sign in to comment.