remote control box

This commit is contained in:
mwinter 2025-01-24 22:20:51 +01:00
parent 90b9f179f9
commit 572cb13f97
7 changed files with 1 additions and 0 deletions

Binary file not shown.

BIN
designs/cad/remote.FCStd Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
designs/stl/remote.stl Normal file

Binary file not shown.

BIN
designs/stl/remote_box.stl Normal file

Binary file not shown.

View file

@ -108,6 +108,7 @@ void setupEncoderButton(AiEsp32RotaryEncoder& eb, char* val){
eb.setAcceleration(1000);
}
//This needs to be more sophisticated. Moving on if it disconnects...
void initWiFi() {
WiFi.mode(WIFI_STA);
WiFi.begin(ssid, pwd);