Skip to content

Commit

Permalink
* Updated to latest platform.io esp-idf package
Browse files Browse the repository at this point in the history
* Updated WebUI dependencies
* Changed license to CC BY-NC-SA 4.0
* Some minor bugfixes
  • Loading branch information
alexreinert committed May 7, 2022
1 parent 04baee0 commit 5af00aa
Show file tree
Hide file tree
Showing 57 changed files with 15,440 additions and 2,542 deletions.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"streambuf": "cpp",
"thread": "cpp",
"cinttypes": "cpp",
"*.ipp": "cpp"
"*.ipp": "cpp",
"esp_transport.h": "c"
},
"license-header-manager.excludeExtensions": [
".js",
Expand Down
12 changes: 6 additions & 6 deletions .vscode/templates/cpp.lict
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
%(File) is part of the HB-RF-ETH firmware - https://github.com/alexreinert/HB-RF-ETH

Copyright 2021 Alexander Reinert
Copyright %(CurrentYear) Alexander Reinert

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
The HB-RF-ETH firmware is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

http://www.apache.org/licenses/LICENSE-2.0
You should have received a copy of the license along with this
work. If not, see <http://creativecommons.org/licenses/by-nc-sa/4.0/>.

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
12 changes: 6 additions & 6 deletions .vscode/templates/h.lict
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
%(File) is part of the HB-RF-ETH firmware - https://github.com/alexreinert/HB-RF-ETH

Copyright 2021 Alexander Reinert
Copyright %(CurrentYear) Alexander Reinert

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
The HB-RF-ETH firmware is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

http://www.apache.org/licenses/LICENSE-2.0
You should have received a copy of the license along with this
work. If not, see <http://creativecommons.org/licenses/by-nc-sa/4.0/>.

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

Loading

0 comments on commit 5af00aa

Please sign in to comment.