mirror of
https://github.com/jhbruhn/butns.git
synced 2025-07-01 08:58:49 +00:00
License adjustment and python version
This commit is contained in:
parent
3c97afd56e
commit
b16659dfab
2 changed files with 2 additions and 2 deletions
2
.github/workflows/compile-sketch.yml
vendored
2
.github/workflows/compile-sketch.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
key: ${{ runner.os }}-pio
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11'
|
||||
python-version: '3.13'
|
||||
- name: Install PlatformIO Core
|
||||
run: pip install --upgrade platformio
|
||||
|
||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2024 Hügelton
|
||||
Copyright (c) 2024 jhbruhn
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
Loading…
Reference in a new issue