12 Commits

Author SHA1 Message Date
Ondrej Trochta 88b878b4ff Merge pull request #1 from TrochtaOndrej/chata--test
Chata  test
2024-10-01 20:31:44 +02:00
Ondrej Trochta 0caeec996e test chata 2024-09-26 20:58:31 +02:00
Ondrej-Trochta e319e2db05 send sms working 2024-05-02 18:35:38 +02:00
Ondrej-Trochta 9c2d569308 modified: .gitignore 2024-05-01 18:30:46 +02:00
Ondrej-Trochta 481aaf9ad3 Update WebServerData class; move EthernetClient inside WebServer class; modify WebServer init, getWebServerData, and SendToBrowser methods; update DebugLog init method; modify HTMLGenerator methods to use DebugLog; update platformio 2024-05-01 16:29:23 +02:00
Ondrej-Trochta c32905663b Working code - rewrite classes and bussines logic 2024-04-24 03:29:50 +02:00
Ondrej-Trochta 37c0c73337 No working separe to class 2024-04-22 01:42:36 +02:00
Ondrej-Trochta bed24da57c new file: .idea/.idea.GSM-Chata.dir/.idea/.gitignore
new file:   .idea/.idea.GSM-Chata.dir/.idea/encodings.xml
	new file:   .idea/.idea.GSM-Chata.dir/.idea/indexLayout.xml
	new file:   .idea/.idea.GSM-Chata.dir/.idea/vcs.xml
	new file:   .vscode/settings.json
	modified:   platformio.ini
	new file:   src/Data/DeviceBase.cpp
	new file:   src/Data/DeviceBase.h
	new file:   src/Data/GSMData.cpp
	new file:   src/Data/GSMData.h
	new file:   src/Data/PinTypeIn.cpp
    new file:   src/Data/PinTypeIn.h
	new file:   src/Data/PinTypeOut.cpp
	new file:   src/Data/PinTypeOut.h
	new file:   src/Device/EEPROMUtils.cpp
	modified:   src/Device/EEPROMUtils.h
    new file:   src/Device/GSMDevice.cpp
	new file:   src/Device/GSMDevice.h
	new file:   src/Device/WebServer.cpp
	new file:   src/Helper/HTMLGenerator.cpp
	new file:   src/Helper/HTMLGenerator.h
	new file:   src/PinDefinitions.cpp
	new file:   src/PinDefinitions.h
	new file:   src/Utills.cpp
	new file:   src/Utills.h
	deleted:    src/Zabezpecovacka-GSM.cpp
	new file:   src/main.cpp
2024-04-21 15:28:31 +02:00
Ondrej-Trochta ec1658ef58 Separed to classes (not working yet) 2024-04-21 15:28:23 +02:00
Ondrej-Trochta 9f4b99064c modified: ../.gitignore
new file:   ../.vscode/extensions.json
	deleted:    ../LICENSE
	deleted:    ../README.md

	new file:   ../include/README
	new file:   ../lib/README
	new file:   ../platformio.ini
	new file:   .theia/launch.json
	new file:   Zabezpecovacka-GSM.cpp
2024-04-19 00:02:29 +02:00
Ondrej Trochta b3a4447e18 Create SECURITY.md 2024-04-18 23:31:11 +02:00
Ondrej Trochta ab0599d9e9 Initial commit 2024-04-18 23:23:58 +02:00