Skip to content

Commit 15ea026

Browse files
authored
Merge branch 'production' into rename-MAX78630
2 parents 92478ee + 1b8271e commit 15ea026

12 files changed

+43
-29
lines changed

.github/workflows/check-general-formatting-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
echo "EC_INSTALL_PATH=${{ runner.temp }}/editorconfig-checker" >> "$GITHUB_ENV"
2323
2424
- name: Checkout repository
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v3
2626

2727
- name: Install Task
2828
uses: arduino/setup-task@v1

.github/workflows/check-go-dependencies-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@v2
39+
uses: actions/checkout@v3
4040
with:
4141
submodules: recursive
4242

@@ -84,7 +84,7 @@ jobs:
8484

8585
steps:
8686
- name: Checkout repository
87-
uses: actions/checkout@v2
87+
uses: actions/checkout@v3
8888
with:
8989
submodules: recursive
9090

.github/workflows/check-go-task.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v2
41+
uses: actions/checkout@v3
4242

4343
- name: Install Go
4444
uses: actions/setup-go@v2
@@ -69,7 +69,7 @@ jobs:
6969

7070
steps:
7171
- name: Checkout repository
72-
uses: actions/checkout@v2
72+
uses: actions/checkout@v3
7373

7474
- name: Install Go
7575
uses: actions/setup-go@v2
@@ -103,7 +103,7 @@ jobs:
103103

104104
steps:
105105
- name: Checkout repository
106-
uses: actions/checkout@v2
106+
uses: actions/checkout@v3
107107

108108
- name: Install Go
109109
uses: actions/setup-go@v2
@@ -137,7 +137,7 @@ jobs:
137137

138138
steps:
139139
- name: Checkout repository
140-
uses: actions/checkout@v2
140+
uses: actions/checkout@v3
141141

142142
- name: Install Go
143143
uses: actions/setup-go@v2
@@ -171,7 +171,7 @@ jobs:
171171

172172
steps:
173173
- name: Checkout repository
174-
uses: actions/checkout@v2
174+
uses: actions/checkout@v3
175175

176176
- name: Install Go
177177
uses: actions/setup-go@v2

.github/workflows/check-license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@v2
46+
uses: actions/checkout@v3
4747

4848
- name: Install Ruby
4949
uses: ruby/setup-ruby@v1

.github/workflows/check-prettier-formatting-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204

205205
steps:
206206
- name: Checkout repository
207-
uses: actions/checkout@v2
207+
uses: actions/checkout@v3
208208

209209
- name: Install Task
210210
uses: arduino/setup-task@v1

.github/workflows/check-python-task.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636

3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@v2
39+
uses: actions/checkout@v3
4040

4141
- name: Install Python
42-
uses: actions/setup-python@v2
42+
uses: actions/setup-python@v3
4343
with:
4444
python-version: ${{ env.PYTHON_VERSION }}
4545

@@ -63,10 +63,10 @@ jobs:
6363

6464
steps:
6565
- name: Checkout repository
66-
uses: actions/checkout@v2
66+
uses: actions/checkout@v3
6767

6868
- name: Install Python
69-
uses: actions/setup-python@v2
69+
uses: actions/setup-python@v3
7070
with:
7171
python-version: ${{ env.PYTHON_VERSION }}
7272

.github/workflows/check-registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@v2
34+
uses: actions/checkout@v3
3535

3636
- name: Install Go
3737
uses: actions/setup-go@v2

.github/workflows/check-taskfiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Checkout repository
35-
uses: actions/checkout@v2
35+
uses: actions/checkout@v3
3636

3737
- name: Download JSON schema for Taskfiles
3838
id: download-schema

.github/workflows/check-workflows-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v3
2727

2828
- name: Install Task
2929
uses: arduino/setup-task@v1

.github/workflows/check-yaml-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ jobs:
6464

6565
steps:
6666
- name: Checkout repository
67-
uses: actions/checkout@v2
67+
uses: actions/checkout@v3
6868

6969
- name: Install Python
70-
uses: actions/setup-python@v2
70+
uses: actions/setup-python@v3
7171
with:
7272
python-version: ${{ env.PYTHON_VERSION }}
7373

.github/workflows/test-go-integration-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v2
41+
uses: actions/checkout@v3
4242

4343
- name: Install Go
4444
uses: actions/setup-go@v2
4545
with:
4646
go-version: ${{ env.GO_VERSION }}
4747

4848
- name: Install Python
49-
uses: actions/setup-python@v2
49+
uses: actions/setup-python@v3
5050
with:
5151
python-version: ${{ env.PYTHON_VERSION }}
5252

registry.txt

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3517,7 +3517,6 @@ https://github.com/dualB/Musician.git|Contributed|Musician
35173517
https://github.com/ArsaLearn/Arsa-Main.git|Contributed|ArsaLearn
35183518
https://github.com/neroroxxx/BMC.git|Contributed|BMC
35193519
https://github.com/bitbank2/TIFF_G4.git|Contributed|TIFF_G4
3520-
https://github.com/akkoyun/GE910.git|Contributed|Telit GE910 GSM Library
35213520
https://github.com/khoih-prog/NTPClient_Generic.git|Contributed|NTPClient_Generic
35223521
https://github.com/adafruit/Adafruit_EMC2101.git|Contributed|Adafruit EMC2101
35233522
https://github.com/xreef/PCF8575_library.git|Contributed|PCF8575 library
@@ -3541,7 +3540,6 @@ https://github.com/GerLech/LG_Matrix_Print.git|Contributed|LG_Matrix_Print
35413540
https://github.com/khoih-prog/Teensy_TimerInterrupt.git|Contributed|Teensy_TimerInterrupt
35423541
https://github.com/lexus2k/tinyhal.git|Contributed|tinyhal
35433542
https://github.com/m5stack/M5-CoreInk.git|Contributed|M5-CoreInk
3544-
https://github.com/akkoyun/LinearRegression.git|Contributed|LinearRegression
35453543
https://github.com/khoih-prog/NRF52_TimerInterrupt.git|Contributed|NRF52_TimerInterrupt
35463544
https://github.com/chayanforyou/WearLeveling.git|Contributed|WearLeveling
35473545
https://github.com/sparkfun/SparkFun_ADXL313_Arduino_Library.git|Contributed|SparkFun ADXL313 Arduino Library
@@ -4163,7 +4161,6 @@ https://github.com/mandulaj/PZEM-004T-v30.git|Contributed|PZEM004Tv30
41634161
https://github.com/Silver-Fang/Low-level-quick-digital-IO.git|Contributed|Low level quick digital IO
41644162
https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01.git|Contributed|AsyncWebServer_WT32_ETH01
41654163
https://github.com/akkoyun/Statistical.git|Contributed|Statistical
4166-
https://github.com/akkoyun/Battery.git|Contributed|Battery
41674164
https://github.com/aikopras/RSbus.git|Contributed|RSbus
41684165
https://github.com/lbussy/mDNSResolver.git|Contributed|mDNSResolver
41694166
https://github.com/ciniml/WireGuard-ESP32-Arduino.git|Contributed|WireGuard-ESP32
@@ -4173,8 +4170,6 @@ https://github.com/u-fire/Mod-pH.git|Contributed|Microfire_Mod-pH
41734170
https://github.com/u-fire/Mod-ORP.git|Contributed|Microfire_Mod-ORP
41744171
https://github.com/filoconnesso/Tweakly.git|Contributed|Tweakly
41754172
https://github.com/Infineon/arduino-multi-half-bridge.git|Contributed|multi-half-bridge
4176-
https://github.com/akkoyun/B100AA.git|Contributed|B100AA
4177-
https://github.com/akkoyun/B902AA.git|Contributed|B902AA
41784173
https://github.com/lequan81/vn_lunar.git|Contributed|vn_lunar
41794174
https://github.com/SergeSkor/SSVTimer.git|Contributed|SSVTimer
41804175
https://github.com/bigsmalloverall/SimpleTaskManager.git|Contributed|SimpleTaskManager
@@ -4742,7 +4737,7 @@ https://github.com/EmotiBit/EmotiBit_ADS1X15.git|Contributed|EmotiBit ADS1X15
47424737
https://github.com/khoih-prog/MBED_RP2040_PWM.git|Contributed|MBED_RP2040_PWM
47434738
https://github.com/cyijun/HAMqttDiscoveryHandler.git|Contributed|HAMqttDiscoveryHandler
47444739
https://github.com/akkoyun/MAX78630.git|Contributed|MAX78630
4745-
https://github.com/akkoyun/I2C_Functions.git|Contributed|Generic I2C Functions
4740+
https://github.com/akkoyun/I2C_Functions.git|Contributed|I2C_Functions
47464741
https://github.com/DFRobot/DFRobot_BMP280.git|Contributed|DFRobot_BMP280
47474742
https://github.com/DFRobot/DFRobot_DHT11.git|Contributed|DFRobot_DHT11
47484743
https://bitbucket.org/David_Such/nexgen_timer.git|Contributed|NexgenTimer
@@ -4763,7 +4758,7 @@ https://github.com/DFRobot/DFRobot_BME680.git|Contributed|DFRobot_BME680
47634758
https://github.com/DFRobot/DFRobot_SIM808.git|Contributed|DFRobot_SIM808
47644759
https://github.com/DFRobot/DFRobot_HX711_I2C.git|Contributed|DFRobot_HX711_I2C
47654760
https://github.com/DFRobot/DFRobot_LWLP.git|Contributed|DFRobot_LWLP
4766-
https://github.com/akkoyun/Console.git|Contributed|VT100_Console
4761+
https://github.com/akkoyun/Console.git|Contributed|Console
47674762
https://github.com/MakerLabCRI/Max86141.git|Contributed|Max86141
47684763
https://github.com/justcallmekoko/SwitchLib.git|Contributed|SwitchLib
47694764
https://github.com/MClarkDev/BleepingLibrary.git|Contributed|Bleeping Library
@@ -4783,7 +4778,7 @@ https://github.com/akkoyun/I2C_Scanner.git|Contributed|I2C_Scanner
47834778
https://github.com/DFRobot/DFRobot_PH.git|Contributed|DFRobot_PH
47844779
https://github.com/DFRobot/DFRobot_BC20_Gravity.git|Contributed|DFRobot_BC20_Gravity
47854780
https://github.com/skathir38/Rotary.git|Contributed|Rotary
4786-
https://github.com/akkoyun/dWin_Arduino.git|Contributed|Dwin HMI LCD Screen Library
4781+
https://github.com/akkoyun/dWin.git|Contributed|dWin
47874782
https://github.com/stm32duino/ISM330DHCX.git|Contributed|STM32duino ISM330DHCX
47884783
https://github.com/bitbank2/SLIC.git|Contributed|SLIC
47894784
https://github.com/vChavezB/SimpleJ1939.git|Contributed|SimpleJ1939
@@ -4795,3 +4790,22 @@ https://github.com/stm32duino/X-NUCLEO-IKS02A1.git|Contributed|STM32duino X-NUCL
47954790
https://github.com/ArmDeveloperEcosystem/DA16200-WiFi-Library-for-Arduino.git|Contributed|DA16200 Wi-Fi Library for Arduino
47964791
https://github.com/DFRobot/DFRobot_ADS1115.git|Contributed|DFRobot_ADS1115
47974792
https://github.com/DFRobot/DFRobot_SerialScreen771.git|Contributed|DFRobot_SerialScreen771
4793+
https://github.com/EngineeringRoom/Engineer_EasyEEPROM.git|Contributed|Engineer EasyEEPROM
4794+
https://github.com/shurik179/pov-library.git|Contributed|POV library
4795+
https://github.com/RobTillaart/GST.git|Contributed|GST
4796+
https://github.com/xiangfuli/Arduino-L298NDriver.git|Contributed|L298NDriver
4797+
https://github.com/MaiTheLord/BetterOTA.git|Contributed|BetterOTA
4798+
https://github.com/sichel94/GUVB-C31SM.git|Contributed|GUVB-C31SM
4799+
https://github.com/pixetto/PixettoLite.git|Contributed|PixettoLite
4800+
https://github.com/centaq/arduino-modbus-slave-rtu-over-rs485.git|Contributed|ModBusSlave
4801+
https://github.com/centaq/arduino-simple-timers.git|Contributed|Timers
4802+
https://github.com/centaq/arduino-async-sms.git|Contributed|AsyncSMS
4803+
https://github.com/DFRobot/DFRobot_AHT20.git|Contributed|DFRobot_AHT20
4804+
https://github.com/DFRobot/DFRobot_RS01.git|Contributed|DFRobot_RS01
4805+
https://github.com/DFRobot/DFRobot_ASR.git|Contributed|DFRobot_ASR
4806+
https://github.com/DFRobot/DFRobot_HX711.git|Contributed|DFRobot_HX711
4807+
https://github.com/DFRobot/DFRobot_BMI160.git|Contributed|DFRobot_BMI160
4808+
https://github.com/DFRobot/DFRobot_MAX17043.git|Contributed|DFRobot_MAX17043
4809+
https://github.com/akkoyun/MAX17055.git|Contributed|MAX17055
4810+
https://github.com/hsfl/artemis-teensy.git|Contributed|artemis-teensy
4811+
https://github.com/ekkai/kocoafabLib.git|Contributed|KOCOAFAB

0 commit comments

Comments
 (0)