Skip to content

Merge new updates for master #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 45 commits into from
Sep 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
65e256c
Try github CI (#3115)
me-no-dev Aug 20, 2019
a5f3fc6
Magicbit Variant (#3107)
Magicblocks Aug 20, 2019
007a93e
Update Print.cpp (#3060)
atanisoft Aug 20, 2019
7357667
add core installation 1.0.2 (#3064)
a-c-sreedhar-reddy Aug 20, 2019
a12d609
Corrected count of characteristics to get (#3082)
arjanmels Aug 20, 2019
2a1fde7
Include stdint for uint16_t (#3069)
a-c-sreedhar-reddy Aug 20, 2019
91b9fae
Add generic IP utilities (#3038)
a7md0 Aug 20, 2019
2bda4a9
Fix BLE stop advertising not working (#3034)
beegee-tokyo Aug 20, 2019
ec40c4c
Cast TimerWakeup conversion factor as ULL (#3027)
lbernstone Aug 20, 2019
61f7193
The progress callback is now correctly invoked with Update.write (#3024)
ducalex Aug 20, 2019
ee6336a
links http -> https (#3010)
Rotzbua Aug 20, 2019
cd5257a
ESP.getCpuFreqMHz fix (#3007)
lbernstone Aug 20, 2019
03066e4
Flush UART RX queue too (#3009)
romansavrulin Aug 20, 2019
5137fc5
Ble notification/indication status and timeout (#2998)
romansavrulin Aug 20, 2019
f4acac4
Bugfix/http client (#2867)
Aug 20, 2019
d5e2bb1
Update IDF to 90747cc8b (#3118)
me-no-dev Aug 20, 2019
390da0d
bump CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM to improve RX performance…
me-no-dev Aug 20, 2019
70a8964
Update Both CIs to run parallel jobs (#3120)
me-no-dev Aug 20, 2019
6daf773
Fix travis deploy generating bad json
me-no-dev Aug 21, 2019
f356ccd
Added the pragma line to the top (#3139)
jubueche Aug 27, 2019
fd089d8
Pull in ESP8266 String::replace() fixes, others (#3143)
earlephilhower Aug 27, 2019
7a57439
Rework the sketch builder to match the IDE (#3146)
me-no-dev Aug 27, 2019
1b8c7e3
Try bash only examples build (#3164)
me-no-dev Sep 1, 2019
2a7e509
Fix long Ticker period conversion: cast ms to uint64_t when calculati…
full-stack-ex Sep 5, 2019
0d163a1
Update IDF 3.2 to 7dd492319 + WiFi fix (#3177)
me-no-dev Sep 5, 2019
5c04de6
Fix packager
me-no-dev Sep 5, 2019
80ea521
Add support for 160MHz rated CPUs (#3135)
me-no-dev Sep 5, 2019
07613b3
Update URL to point to upstream repository (#3187)
marcelstoer Sep 8, 2019
717ca79
#3181 printf double vsnprintf() fix, malloc, va_end (#3184)
knifter Sep 8, 2019
5f77b01
Fix return of Print::print(timeinfo, format) (#3189)
me-no-dev Sep 8, 2019
f71a4bd
Bugfix/detect baudrate (#3188)
Sep 8, 2019
f5cacfe
Remove extra connects from Client.h (#3191)
me-no-dev Sep 9, 2019
9710fed
Fix wrong values in .cvs files (#3196)
luc-github Sep 10, 2019
7fe2812
Inline ESP::getCycleCount() to make it safe to call from ISRs (#3165)
dok-net Sep 11, 2019
cd4f903
Fix WiFi disconnect event not being propageted. (#3085)
edoardoo Sep 11, 2019
bab3a70
Added timeout to WiFiScan.cpp to prevent getting stuck at WIFI_SCAN_R…
EricMc1289 Sep 11, 2019
0739015
Fix Camera Example (#3202)
me-no-dev Sep 12, 2019
4ce2cc3
Fix HTTP Client with SSL (#3216)
me-no-dev Sep 16, 2019
06a399b
Extend logging of ArduinoOTA (#3217)
me-no-dev Sep 16, 2019
56fe2db
Fix F_Fat::format return false when succeed (#3220)
luc-github Sep 20, 2019
e22d8b6
Update stale messages for easier filtering
me-no-dev Sep 21, 2019
9eaeeb6
Change the first argument of SPI::wrteBytes to be const (#3242)
me-no-dev Sep 22, 2019
96d6975
Changed WeMosBat.name (#3240)
FraserLee Sep 22, 2019
a5935ce
Add sample for Time date for FatFS like SPIFFS (#3234)
luc-github Sep 22, 2019
b3ba80d
nvs_handle is an int, was assigning NULL. Also cleaned up end to ens…
lbernstone Sep 22, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ https://github.com/me-no-dev/EspExceptionDecoder

### Hardware:
Board: ?ESP32 Dev Module? ?node32? ?ttgo_lora?
Core Installation version: ?1.0.0? ?1.0.1-rc4? ?1.0.1? ?1.0.1-git?
Core Installation version: ?1.0.0? ?1.0.1-rc4? ?1.0.1? ?1.0.1-git? ?1.0.2? ?1.0.3?
IDE name: ?Arduino IDE? ?Platform.io? ?IDF component?
Flash Frequency: ?40Mhz?
PSRAM enabled: ?no? ?yes?
Expand Down
8 changes: 4 additions & 4 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@ staleLabel: stale

# Comment to post when marking as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
[STALE_SET] This issue has been automatically marked as stale because it has not had
recent activity. It will be closed in 14 days if no further activity occurs. Thank you
for your contributions.

# Comment to post when removing the stale label.
# unmarkComment: >
# Your comment here.
unmarkComment: >
[STALE_CLR] This issue has been removed from the stale queue. Please ensure activity to keep it openin the future.

# Comment to post when closing a stale Issue or Pull Request.
closeComment: >
This stale issue has been automatically closed. Thank you for your contributions.
[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions.

# Limit the number of actions per hour, from 1-30. Default is 30
limitPerRun: 30
Expand Down
Loading