summaryrefslogtreecommitdiffstats
path: root/src/device/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* device: actually make it all build and such.Gravatar Gediminas Jakutis 2019-05-221-2/+5
| | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* device: Device prints first meaningful data.Gravatar Ramūnas Mažeikis 2019-05-121-1/+1
| | | | | | | | Device prints its own IP address and that of server daemon. This commit is part of ticket #28. Signed-off-by: Ramūnas Mažeikis <ramunasnezinomas@gmail.com>
* device: fix screen code.Gravatar Gediminas Jakutis 2019-05-111-0/+13
| | | | | | Make the screen code actually work... AND build, to begin with. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* device: make ssid and password easy to modifyGravatar Gediminas Jakutis 2019-04-101-5/+36
| | | | | | | | | | | | | The SSID and PSK the device is going to attempt connecting can now be changed with a recompiliation by adjusting the "ssid" and "password" build options for meson with e.g. meson configure -Dssid=realssid -Dpassword=actualpsk Default SSID and PSK are included to otherwise allow test builds. this closes ticket 26. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* Initial commit.Gravatar Gediminas Jakutis 2019-03-181-0/+17
This creates a working buildable dummy template to build the project upon. Everything save for the build system are demonstrational dummies and everything including the build system is written to be easily extendable. This commit closes Ticket 5. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>