We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e62ef5 commit 7c90c2aCopy full SHA for 7c90c2a
parallax/user_main.c
@@ -207,6 +207,8 @@ void ICACHE_FLASH_ATTR user_init(void) {
207
uart_init(flashConfig.baud_rate, 115200);
208
209
os_printf("Flash config restore %s\n", restoreOk ? "ok" : "*FAILED*");
210
+ os_printf("Reset Pin: %d\n", flashConfig.reset_pin);
211
+ os_printf("RX Pullup: %d\n", flashConfig.rx_pullup);
212
213
statusInit();
214
tests/setup-wee.sh
@@ -0,0 +1,2 @@
1
+curl -XPOST $1/wx/setting?name=reset-pin\&value=15
2
+curl -XPOST $1/wx/save-settings
0 commit comments