8286b2e3ce
limping into esp-idf v4.2.2 functionality.
f3f5f6d7f9
include bootstrap in readme
de55a62409
make bootstraping code from demo part of component
f1ff7079fa
swap SCANNING/IDLE bits weather ap found or not
ccffb2229f
better handle matching AP during scan
150a23dbaf
remove name from lora32_cfg_t. this was really part of loracomm. lora32_cfg_t should use a void*
19a233de27
consistently name _spreadfactor and update config object call _set call
Verify BATT charge circuit
EEEEEhhhhh, this just didn't get done. Confidence is high the circuit is okay.
Add Cap to EN
Opted to leave out as it's optional to fix a rare flashing issue with Windows. Will add as optional in rev3.
Add pull-down resisitors to RESET and NSS
Add SOICBite programming interface
3243e03038
Merge branch 'development' of git.oit.cloud:morgan/esp32-dual-lora into development
5652a28158
use updated 2022 logo
6803f2eb71
addition of NSS pullups, silk tweaks, updated logo and info
27c6356230
kicad 6 uses .kicad_sch now
8030126641
added labels to breakout header
a15d18f4d1
added SOICBite, updated to kicad 6, fixed some silks
ebbecbfb41
add pull-down resistors to lora modules
Issue while receiving in implicit header mode
This is due to a misunderstanding of implicit header mode. In this mode it is assumed the receiver and the sender have previously agreed on the content length, or content length is assumed by other…