File tree Expand file tree Collapse file tree 6 files changed +11
-10
lines changed 
ArduinoIoTCloud-NetConfig Expand file tree Collapse file tree 6 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -22,17 +22,18 @@ jobs:
2222        # Install the ArduinoIoTCloud library from the repository 
2323        - source-path: ./ 
2424        - source-url: https://github.com/fabik111/Arduino_ConnectionHandler.git 
25-           version: 0314cf54593029aea05bb8c179e40a26128f7d67  
25+           version: 54b93d64da130f653fb437819c22fb89b78732d0  
2626        - name: ArduinoBLE 
2727        - name: ArduinoHttpClient 
2828        - name: Arduino_DebugUtils 
2929        - name: ArduinoMqttClient 
30-         - source-url: https://github.com/pennam /Arduino_SecureElement.git 
30+         - source-url: https://github.com/arduino-libraries /Arduino_SecureElement.git 
3131          version: 4900febf84435c1a06bb13451bced3bac6f16e76 
3232        - source-url: https://github.com/arduino-libraries/Arduino_CloudUtils.git 
3333        - name: Arduino_KVStore 
3434        - source-url: https://github.com/arduino-libraries/Arduino_UniqueHWId.git 
3535        - source-url: https://github.com/arduino-libraries/Arduino_NetworkConfigurator.git 
36+           version: 5da0abaf7b6ae23035fbf0028bf90ed2b049da76 
3637#  sketch paths to compile (recursive) for all boards
3738      UNIVERSAL_SKETCH_PATHS : | 
3839        - examples/ArduinoIoTCloud-Advanced 
Original file line number Diff line number Diff line change 66#include  <ArduinoIoTCloud.h> 
77#include  <Arduino_ConnectionHandler.h> 
88#include  <GenericConnectionHandler.h> 
9- #include  "ConfiguratorAgents /agents/BLE /BLEAgent.h" 
10- #include  "ConfiguratorAgents /agents/Serial /SerialAgent.h" 
9+ #include  "configuratorAgents /agents/BLEAgent.h" 
10+ #include  "configuratorAgents /agents/SerialAgent.h" 
1111
1212void  onLedChange ();
1313
Original file line number Diff line number Diff line change 1212#include  < Arduino_SecureElement.h> 
1313#include  < tls/utility/TLSClientMqtt.h> 
1414#include  < ArduinoHttpClient.h> 
15- #include  " Utility/LEDFeedback /LEDFeedback.h" 
15+ #include  " utility /LEDFeedback.h" 
1616#define  JITTER_BASE  0 
1717#define  JITTER_MAX  1000 
1818
Original file line number Diff line number Diff line change 88
99#pragma  once
1010#include  " Arduino.h" 
11- #include  " ConfiguratorAgents /AgentsManager.h" 
11+ #include  " configuratorAgents /AgentsManager.h" 
1212#include  < Arduino_SecureElement.h> 
13- #include  " Utility/LEDFeedback /LEDFeedback.h" 
13+ #include  " utility /LEDFeedback.h" 
1414
1515typedef  bool  (*ClearStoredCredentialsHandler)();
1616class  ClaimingHandlerClass  {
Original file line number Diff line number Diff line change 1313#include  < Arduino_SecureElement.h> 
1414#include  < utility/SElementArduinoCloudDeviceId.h> 
1515#include  < utility/SElementArduinoCloudCertificate.h> 
16- #include  " Utility/LEDFeedback /LEDFeedback.h" 
16+ #include  " utility /LEDFeedback.h" 
1717
1818const  char  *SKETCH_VERSION = " 0.1.0" 
1919
Original file line number Diff line number Diff line change 1212#include  <ArduinoIoTCloud.h> 
1313#include  <GenericConnectionHandler.h> 
1414#include  <Arduino_KVStore.h> 
15- #include  "ConfiguratorAgents /agents/BLE /BLEAgent.h" 
16- #include  "ConfiguratorAgents /agents/Serial /SerialAgent.h" 
15+ #include  "configuratorAgents /agents/BLEAgent.h" 
16+ #include  "configuratorAgents /agents/SerialAgent.h" 
1717
1818GenericConnectionHandler  ArduinoIoTPreferredConnection ;
1919KVStore  kvStore ;
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments