Skip to content
Open
Show file tree
Hide file tree
Changes from 18 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
enable-deltas-report: true
fqbn: esp32:esp32:esp32
sketch-paths: |
# - examples/GamepadExamples/CharacteristicsConfiguration/CharacteristicsConfiguration.ino # disable because esp_base_mac_addr_set is disabled in BleCompositeHID.cpp
- examples/GamepadExamples/CharacteristicsConfiguration/CharacteristicsConfiguration.ino # disable because esp_base_mac_addr_set is disabled in BleCompositeHID.cpp
- examples/GamepadExamples/DrivingControllerTest/DrivingControllerTest.ino
- examples/GamepadExamples/FlightControllerTest/FlightControllerTest.ino
- examples/GamepadExamples/Gamepad/Gamepad.ino
Expand All @@ -48,6 +48,7 @@ jobs:
- examples/GamepadExamples/SpecialButtons/SpecialButtons.ino
- examples/GamepadExamples/TestAll/TestAll.ino
- examples/XInputExamples/XboxXInputController/XboxXInputController.ino
- examples/dualsenseExamples/Dualsense_Edge_Controller/Dualsense_Edge_Controller.ino
- examples/KeyboardExamples/KeyboardLEDs/KeyboardLEDs.ino
- examples/KeyboardExamples/MediaKeys/MediaKeys.ino
- examples/KeyboardExamples/PressKey/PressKey.ino
Expand Down
1 change: 0 additions & 1 deletion BLEHostConfiguration.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#ifndef ESP32_BLE_HOST_CONFIG_H
#define ESP32_BLE_HOST_CONFIG_H

#include <Arduino.h>
#include <string>

// VID Source defines. These determine from which vendor pool the VID should be sourced from
Expand Down
1 change: 0 additions & 1 deletion BaseCompositeDevice.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#ifndef COMPOSITE_CONFIG_H
#define COMPOSITE_CONFIG_H

#include <Arduino.h>
//#include <HIDKeyboardTypes.h>
#include <NimBLECharacteristic.h>
#include <NimBLEHIDDevice.h>
Expand Down
Loading
Loading