Luke Else luke-else
luke-else pushed to TraefikIntegration at luke-else/server 2023-08-07 18:07:16 +00:00
48ef532b55 Added gitea to traefik container
luke-else pushed to TraefikIntegration at luke-else/server 2023-08-07 18:04:22 +00:00
d16e075814 Added logging to traefik container
luke-else pushed to TraefikIntegration at luke-else/server 2023-08-07 17:59:52 +00:00
8e0b55d6dc Changed domain name in test container
luke-else pushed to TraefikIntegration at luke-else/server 2023-08-07 17:57:45 +00:00
debad3648a Removed network from test container
luke-else pushed to TraefikIntegration at luke-else/server 2023-08-07 17:57:23 +00:00
740026dd37 Removed network from test container
luke-else pushed to TraefikIntegration at luke-else/server 2023-08-07 17:55:50 +00:00
85d6afd6b6 Update gitea container for testing
luke-else pushed to TraefikIntegration at luke-else/server 2023-08-07 17:47:55 +00:00
f66d90eef7 Test to get traefik running
luke-else pushed to master at luke-else/subnet_calculator 2023-08-05 12:24:13 +00:00
53837d7b33 Used cargo fmt
luke-else opened issue luke-else/subnet_calculator#6 2023-08-05 12:22:47 +00:00
Investigate Rust lifetimes to reduce cloning.
luke-else pushed to master at luke-else/subnet_calculator 2023-08-05 12:15:16 +00:00
aeae3af5e6 Updated version number in cargo toml
luke-else pushed to master at luke-else/subnet_calculator 2023-08-05 12:11:17 +00:00
aee8974e2b Made netwrok struct parameters public
luke-else pushed to master at luke-else/subnet_calculator 2023-08-04 10:30:09 +00:00
f224cf4c29 Added ability to create full networks, including the number of hosts on each as well as the broadcast address for each given network
luke-else pushed to main at luke-else/esp32_gps_display 2023-07-25 20:16:04 +00:00
8c7181add2 Removed some unecessary code, cleaned up the main UI to show only speed, and finally made a start on implementing some sort of app state for different screens / menus
luke-else pushed to main at luke-else/esp32_gps_display 2023-07-21 13:30:03 +00:00
5828d5ead6 Updated some of the error handling and data sources for GPS
luke-else pushed to main at luke-else/esp32_gps_display 2023-07-21 09:24:21 +00:00
620ff4b207 Reverted back to pre async attempt
luke-else pushed to main at luke-else/esp32_gps_display 2023-07-19 20:45:32 +00:00
56e7021395 Moved everything out into threads
luke-else pushed to main at luke-else/esp32_gps_display 2023-07-18 20:25:36 +00:00
33396317b2 Started moving some of the code out to separate files. From here I can then make everything asynchronous and more performant
luke-else pushed to main at luke-else/esp32-wifi 2023-07-12 18:34:56 +00:00
63c64238a9 Update build tools to use new espflash version.
luke-else pushed to main at luke-else/esp32-wifi 2023-07-02 17:12:22 +00:00
6786acdebc Updated code to start up AP after 3 local network scans
luke-else pushed to main at luke-else/esp32-wifi 2023-06-19 21:38:07 +00:00
8b2abd2f8d Changed RSSI percentage strength function to return the correct percentage. Now takes into account min and max RSSIs. Could potentially use some sort of Logarithmic scale to actually determine the correct RSSI