Skip to content

Commit

Permalink
Manual corrections and code comment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsonm236 committed Oct 12, 2023
1 parent 1f24046 commit 20d451a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
Binary file modified Network Module Manual - Code Rev 20231009 1022.doc
Binary file not shown.
Binary file not shown.
Binary file not shown.
7 changes: 6 additions & 1 deletion NetworkModule/httpd.c
Original file line number Diff line number Diff line change
Expand Up @@ -11488,6 +11488,7 @@ void parseget(struct tHttpD* pSocket, char *pBuffer)
// http://IP/67 Clear Link Error Statistics and refresh page
// http://IP/68 Show Network Statistics page
// http://IP/69 Clear Network Statistics and refresh page
//
// http://IP/70 Clear the "Reset Status Register" counters
// http://IP/71 Display the Temperature Sensor Serial Numbers
// http://IP/72 Load the Code Uploader (works only in runtime
Expand All @@ -11498,18 +11499,22 @@ void parseget(struct tHttpD* pSocket, char *pBuffer)
// http://IP/75 Show SDR RF Attenuator Settings page
// http://IP/76 Show SDR INA226 Measurements page
// http://IP/77 Show SDR Power Relay Control page
// http://IP/78 Turn off Latching Relay Mode
// http://IP/79 User entered INA226 Shunt Resistance option
//
// http://IP/80 Mask and Output Pin settings (deprecated)
// http://IP/81 Altitude entry
// http://IP/82 User entered Pinout Option
// http://IP/83 User entered PCF8574 output byte (deprecated)
// http://IP/84 Short Form Option
// http://IP/85 Force HA Delete Msgs for PCF8574 pins
//
// http://IP/91 Reboot
// http://IP/98 Show Very Short Form IO States page
// http://IP/99 Show Short Form IO States page
//
// http://IP/a0 Turn the Response Lock on or off
// http://IP/a0 Turn Response Lock on or off
// http://IP/fa Reserved to avoid "favicon.ico" issue


switch(pSocket->ParseNum)
Expand Down

0 comments on commit 20d451a

Please sign in to comment.