Commit 7a26e61
committed
Code changes:
- Addressed Issue #138 "Consider parsing URL commands as a string instead of digits"
- Addressed Issue #147 "Question for team: How to handle the MQTT state-req message with PCF8574"
- Addressed Issue #156 "URL command /82 is not returning a valid webpage"
- Addressed Issue #157 "When changing code load types the Configuration settings need to be checked for compatibility"
- Addressed Issue #158 "BME280 build - all pins are outputs even if defined as an input"
Document changes:
- Added section “Developers: URL Command Map”
- Updated section “Notes on MQTT” to include the new state_req24 command for PCF8574 hardware configurations per Issue #147.
- Improved the "Selecting Alternative Pinouts" section.
- Added Issue #148 to the 20230312 release notes. It was addressed in that release but the notation was not included. #148 "When ST-LINK V2 is used to program the device it starts running before reset is released"
- Addressed Issue #160 “PCF8574 startup: All outputs are "weak pullup" for several seconds at power on or reboot” by adding section “Notes on PCF8574 Outputs”.
- Added section “LED” to describe the red LED on the HW-584.
1 parent a81d9e2 commit 7a26e61
File tree
18 files changed
+1260
-574
lines changed- NetworkModule
- .Idea_Groups
- .Idea_Temp
18 files changed
+1260
-574
lines changedBinary file not shown.
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
60 | 63 | | |
61 | | - | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| 68 | + | |
66 | 69 | | |
| 70 | + | |
| 71 | + | |
67 | 72 | | |
| 73 | + | |
| 74 | + | |
68 | 75 | | |
69 | 76 | | |
| 77 | + | |
70 | 78 | | |
| 79 | + | |
71 | 80 | | |
72 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
73 | 86 | | |
| 87 | + | |
74 | 88 | | |
75 | 89 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | 90 | | |
| 91 | + | |
80 | 92 | | |
81 | 93 | | |
| 94 | + | |
| 95 | + | |
82 | 96 | | |
83 | | - | |
84 | | - | |
85 | 97 | | |
86 | 98 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
386 | | - | |
| 386 | + | |
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
400 | | - | |
| 400 | + | |
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
| |||
0 commit comments