mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 03:06:33 +00:00
Happy New Year
This commit is contained in:
parent
dcbb3f1e0e
commit
fc93b05476
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
TasmotaSerial.cpp - Implementation of software serial with hardware serial fallback for Tasmota
|
TasmotaSerial.cpp - Implementation of software serial with hardware serial fallback for Tasmota
|
||||||
|
|
||||||
Copyright (C) 2020 Theo Arends
|
Copyright (C) 2021 Theo Arends
|
||||||
|
|
||||||
This library is free software: you can redistribute it and/or modify
|
This library is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
TasmotaSerial.h - Implementation of software serial with hardware serial fallback for Tasmota
|
TasmotaSerial.h - Implementation of software serial with hardware serial fallback for Tasmota
|
||||||
|
|
||||||
Copyright (C) 2020 Theo Arends
|
Copyright (C) 2021 Theo Arends
|
||||||
|
|
||||||
This library is free software: you can redistribute it and/or modify
|
This library is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
UdpListener.h - webserver for Tasmota
|
UdpListener.h - webserver for Tasmota
|
||||||
|
|
||||||
Copyright (C) 2020 Theo Arends & Stephan Hadinger
|
Copyright (C) 2021 Theo Arends & Stephan Hadinger
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
UnishoxStrings.c - support library for compressed strings in Flash
|
UnishoxStrings.c - support library for compressed strings in Flash
|
||||||
|
|
||||||
Copyright (C) 2020 Theo Arends and Stephan Hadinger
|
Copyright (C) 2021 Theo Arends and Stephan Hadinger
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
UnishoxStrings.c - support library for compressed strings in Flash
|
UnishoxStrings.c - support library for compressed strings in Flash
|
||||||
|
|
||||||
Copyright (C) 2020 Theo Arends and Stephan Hadinger
|
Copyright (C) 2021 Theo Arends and Stephan Hadinger
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
JsonGenerator.cpp - lightweight JSON parser
|
JsonGenerator.cpp - lightweight JSON parser
|
||||||
|
|
||||||
Copyright (C) 2020 Stephan Hadinger
|
Copyright (C) 2021 Stephan Hadinger
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
JsonGenerator.h - lightweight JSON generator
|
JsonGenerator.h - lightweight JSON generator
|
||||||
|
|
||||||
Copyright (C) 2020 Stephan Hadinger
|
Copyright (C) 2021 Stephan Hadinger
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
JsonParser.cpp - lightweight JSON parser
|
JsonParser.cpp - lightweight JSON parser
|
||||||
|
|
||||||
Copyright (C) 2020 Stephan Hadinger
|
Copyright (C) 2021 Stephan Hadinger
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
JsonParser.h - lightweight JSON parser
|
JsonParser.h - lightweight JSON parser
|
||||||
|
|
||||||
Copyright (C) 2020 Stephan Hadinger
|
Copyright (C) 2021 Stephan Hadinger
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
TasmotaModbus.cpp - Basic modbus wrapper for TasmotaSerial for Tasmota
|
TasmotaModbus.cpp - Basic modbus wrapper for TasmotaSerial for Tasmota
|
||||||
|
|
||||||
Copyright (C) 2020 Theo Arends
|
Copyright (C) 2021 Theo Arends
|
||||||
|
|
||||||
This library is free software: you can redistribute it and/or modify
|
This library is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
TasmotaModbus.h - Basic modbus wrapper for TasmotaSerial for Tasmota
|
TasmotaModbus.h - Basic modbus wrapper for TasmotaSerial for Tasmota
|
||||||
|
|
||||||
Copyright (C) 2020 Theo Arends
|
Copyright (C) 2021 Theo Arends
|
||||||
|
|
||||||
This library is free software: you can redistribute it and/or modify
|
This library is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
WiFi compat with ESP32
|
WiFi compat with ESP32
|
||||||
|
|
||||||
Copyright (C) 2020 Theo Arends / Jörg Schüler-Maroldt
|
Copyright (C) 2021 Theo Arends / Jörg Schüler-Maroldt
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
WiFi compat with ESP32
|
WiFi compat with ESP32
|
||||||
|
|
||||||
Copyright (C) 2020 Theo Arends / Jörg Schüler-Maroldt
|
Copyright (C) 2021 Theo Arends / Jörg Schüler-Maroldt
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
decode-status.py - decode status for Tasmota
|
decode-status.py - decode status for Tasmota
|
||||||
|
|
||||||
Copyright (C) 2020 Theo Arends
|
Copyright (C) 2021 Theo Arends
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
serial-plotter.py - for Tasmota
|
serial-plotter.py - for Tasmota
|
||||||
|
|
||||||
Copyright (C) 2020 Christian Baars
|
Copyright (C) 2021 Christian Baars
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
@ -189,4 +189,3 @@ text_box.on_submit(submit)
|
|||||||
|
|
||||||
if ser.is_open==True:
|
if ser.is_open==True:
|
||||||
plt.show()
|
plt.show()
|
||||||
|
|
@ -3,7 +3,7 @@
|
|||||||
"""
|
"""
|
||||||
templates.py - template beautify TEMPLATES.md for Tasmota
|
templates.py - template beautify TEMPLATES.md for Tasmota
|
||||||
|
|
||||||
Copyright (C) 2020 Theo Arends
|
Copyright (C) 2021 Theo Arends
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
Loading…
x
Reference in New Issue
Block a user