File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4747 - name : Run PlatformIO
4848 run : |
4949 # install libs before build
50- pio lib -e ${{ matrix.env }} install
50+ pio pkg install -e ${{ matrix.env }}
5151 pio run -e ${{ matrix.env }}
Original file line number Diff line number Diff line change 11{
22 "name" : " NukiBleEsp" ,
3- "version" : " 0 .0.8 " ,
3+ "version" : " 1 .0.0 " ,
44 "description" : " Control Nuki smartlock via BLE from esp32" ,
55 "keywords" : " nuki ble esp32" ,
66 "authors" : [
Original file line number Diff line number Diff line change 11name =NukiBleEsp
2- version =0 .0.8
2+ version =1 .0.0
33author =I-Connect
44maintainer =Jeroen van de Vorst <info@i-connect.online>
55sentence =Control Nuki smartlock via BLE from esp32.
Original file line number Diff line number Diff line change 1212default_envs = debug
1313
1414[env]
15- platform = espressif32@^4.0 .0
15+ platform = espressif32@^4.3 .0
1616board = esp32dev
1717framework = arduino
1818
You can’t perform that action at this time.
0 commit comments