Skip to content

Added a few wifi additions - #27

Open
aglucas wants to merge 1 commit into
jsphuebner:uart-backendfrom
aglucas:uart-backend
Open

Added a few wifi additions#27
aglucas wants to merge 1 commit into
jsphuebner:uart-backendfrom
aglucas:uart-backend

Conversation

@aglucas

@aglucas aglucas commented Aug 24, 2026

Copy link
Copy Markdown

Please double check this switch on I2C pins. I had to switch to get this code working on my system. Not sure if others have seen this. We might want to leave this out of the commit.
#define INVERTER_RX 3
#define INVERTER_TX 1
#define INVERTER_RX 1
#define INVERTER_TX 3

Added a way to continue running if i2c fails to initialize.
Helps for testing wifi without having to have the i2c device connected.
Added a way to disconnect from a network.
Added a display of the power level of the connected network. Added some debugging information to the serial monitor.

      Helps for testing wifi without having to have the i2c device connected.
Added a way to disconnect from a network.
Added a display of the power level of the connected network.
Added some debugging information to the serial monitor.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant