Commit Graph

  • 7f426da314 Remove some heap debugging output, fixes #158 Thorsten von Eicken 2016-06-20 09:57:05 -07:00
  • ef6a611045 Reduce memory consumption; fix syslog alloc when disabled Thorsten von Eicken 2016-06-19 23:05:37 -07:00
  • dc4fabc7ed Change MQTT hostname to 64 chars, fixes #147 Thorsten von Eicken 2016-06-19 12:47:01 -07:00
  • 6ccca3ef9c Fix auth mode for AP, fixes #145 Thorsten von Eicken 2016-06-19 12:09:28 -07:00
  • 23877f5ea7 Re-enable syslog by default and fix compilation issue Thorsten von Eicken 2016-06-19 08:49:52 -07:00
  • 1e87efec8c Revert "Fix some type casts per #129" Thorsten von Eicken 2016-06-18 22:54:07 -07:00
  • 19963d804a Merge remote-tracking branch 'origin/master' into rs485 Alastair D'Silva 2016-06-19 21:21:43 +10:00
  • e33c924e00 Apply @krzy27's changes to set up the timers correctly. Alastair D'Silva 2016-06-19 21:17:11 +10:00
  • 107a24590c Fixes the Makefile's wifi station hardcoding functionality when starting in SOFTAP_MODE (#150) mroavi 2016-06-19 07:49:27 +02:00
  • a9321f421b fix html special symbols in console output (#141) dima-ch 2016-06-19 08:47:24 +03:00
  • ff51a16b98 Transfer vcxproj from #137 Thorsten von Eicken 2016-06-18 22:41:27 -07:00
  • 3403e583f2 Fix not showing syslog card when disabled Thorsten von Eicken 2016-06-18 22:40:09 -07:00
  • 52843c6316 Fix some type casts per #129 Thorsten von Eicken 2016-06-18 20:07:40 -07:00
  • f84ffdc989 Allow syslog to be disabled, as in #128 Thorsten von Eicken 2016-06-18 20:03:42 -07:00
  • 38f5376196 Pull in contributions from #121 Thorsten von Eicken 2016-06-18 19:41:45 -07:00
  • 47bd1ac598 Change Makefile to use SDK 1.5.4 Thorsten von Eicken 2016-06-18 18:44:48 -07:00
  • db693751d1 fix variable name Alastair D'Silva 2016-05-15 10:16:55 +10:00
  • fc230a39ca Fix tx_enable init logic save a couple of branches Alastair D'Silva 2016-05-15 10:15:20 +10:00
  • c173706d22 Fix typo Alastair D'Silva 2016-05-10 22:04:07 +10:00
  • c49d207213 Standardize on uart0-tx-enable variable name on the HTML side (thanks @krzy27) Alastair D'Silva 2016-05-10 21:41:12 +10:00
  • 92411f0d76 Add missing initialisation for uart0_tx_enable_pin Alastair D'Silva 2016-05-07 16:27:29 +10:00
  • 352759b7c8 Ensure the TX timer is disarmed after it has fired, allowing it to be retriggered. Only manipulate the timer if TX_ENABLE has been requested. Assert uart_tx_enable_timer_inited once the timer has been inited. Alastair D'Silva 2016-04-19 18:41:34 +10:00
  • 1dcd1f7b10 Add a clarifying comment about the setup of TX empty Alastair D'Silva 2016-04-19 18:21:11 +10:00
  • f4ee1dbed4 Move USE_US_TIMER to esp8266.h and remove redundant inclusions of osapi.h Alastair D'Silva 2016-04-19 18:18:46 +10:00
  • 19c56c80c8 Update all timer instances to microsecond timers Alastair D'Silva 2016-04-11 21:33:51 +10:00
  • e8f569dc5f Use microsecond timer for heap use as the timer is in microsecond mode Alastair D'Silva 2016-04-11 21:09:03 +10:00
  • dbab746e3c Add support for the TX_ENABLE signal for RS-485 trancievers Alastair D'Silva 2016-04-11 20:46:38 +10:00
  • ac92202ef6 fix c99 types mess, try 2; clean up after merges Thorsten von Eicken 2016-04-03 10:41:36 -07:00
  • d2bd118f0b fix c99 types mess; clean up after merges Thorsten von Eicken 2016-04-03 10:41:16 -07:00
  • 06ec5d46f1 switch to sdk 1.5.2 Thorsten von Eicken 2016-04-03 09:43:55 -07:00
  • ccbe99de82 fix #122: uninitialized vars in REST_Setup Thorsten von Eicken 2016-04-03 00:07:28 -07:00
  • 8b4749fb90 fix #101: doesn't stay in AP-only after reset Thorsten von Eicken 2016-04-03 00:00:04 -07:00
  • bd40769138 fix #103: wifi icons wrap when scaling browser Thorsten von Eicken 2016-04-02 23:27:02 -07:00
  • a770d0293d fix #116: show device name in browser title Thorsten von Eicken 2016-04-02 23:15:26 -07:00
  • df2f36b8ef fix #126: allow short SSIDs Thorsten von Eicken 2016-04-02 23:00:09 -07:00
  • 0df5264c8b revert PR #95 due to bug; revert #114 due to timing issues; fix MQTT crashes Thorsten von Eicken 2016-04-02 11:09:06 -07:00
  • 56e76c6bc4 Revert "TvEmaster" Thorsten von Eicken 2016-04-02 10:30:15 -07:00
  • 5eba5500ac Don't reset programming target until actual image data is received from network. Jason Schmidlapp 2016-04-01 23:01:16 -06:00
  • e3e19ffa38 TvEmaster susisstrolch 2016-04-02 06:54:24 +02:00
  • b56b2767cb Update README.adoc Nico 2016-03-31 15:05:23 +02:00
  • b408103b4c Use the SKD included in esp-open-sdk, if available Alastair D'Silva 2016-04-01 19:56:18 +11:00
  • 80d9945266 Fix warnings reported in #113 (format warnings, differing types) Alastair D'Silva 2016-04-01 19:48:37 +11:00
  • 163986afb4 Merge branch 'incorrect-types' into updated-toolchain Alastair D'Silva 2016-04-01 19:35:46 +11:00
  • e7ea88295e Remove definition of _STDINT_H, it suppresses the inclusion of the compiler stdint.h, resulting in uint8_t & friends being undefined Alastair D'Silva 2016-04-01 19:20:24 +11:00
  • 406b4666b6 Revert "Use the latest SDK as packaged in esp-open-sdk" Alastair D'Silva 2016-04-01 00:10:23 +11:00
  • 8709e92d45 Fix sytax errors Alastair D'Silva 2016-03-31 23:29:20 +11:00
  • 3b8011f471 Use the latest SDK as packaged in esp-open-sdk Alastair D'Silva 2016-03-31 23:26:10 +11:00
  • 1d0f3136c5 fixes #111: handle malloc failure in syslog v2.2.beta2 Thorsten von Eicken 2016-02-27 09:44:41 -08:00
  • 69f09ebbb9 fix slip protocol argument padding Thorsten von Eicken 2016-02-20 11:22:25 -08:00
  • ad5182ae59 fix reference to old boot file in Makefile v2.2.beta1 Thorsten von Eicken 2016-01-31 22:00:59 -08:00
  • af0e0907f9 convert readme to asciidoc Thorsten von Eicken 2016-01-31 21:27:43 -08:00
  • 219b6c8006 fix mqtt for new slip protocol Thorsten von Eicken 2016-01-31 17:39:15 -08:00
  • 5a891c3c1e new SLIP protocol; basic REST working Thorsten von Eicken 2016-01-31 00:09:21 -08:00
  • 109c10c3f2 make new slip proto work Thorsten von Eicken 2016-01-24 09:48:33 -08:00
  • 481818429e fix RX pull-up; revamp avr flashing Thorsten von Eicken 2016-01-23 10:31:10 -08:00
  • fa96de2fc0 SDK 1.5.1; makefile and html tweaks Thorsten von Eicken 2016-01-18 18:27:59 -08:00
  • 5dbebcd841 change SLIP to std escape chars; add to readme Thorsten von Eicken 2016-01-18 13:16:30 -08:00
  • 762d7eaf46 Merge pull request #84 from katast/master Thorsten von Eicken 2016-01-18 13:13:23 -08:00
  • b2e8023089 Merge pull request #91 from fl1pfl0p/master Thorsten von Eicken 2016-01-05 23:49:09 -08:00
  • 68890778f4 Bugfix: RX pullup checkbox in GUI fixed fl1pfl0p 2016-01-05 01:40:02 +00:00
  • 4d0f652bc8 Comments review KatAst 2016-01-04 20:07:46 +01:00
  • e3d150a6c5 From os_printf to DBG KatAst 2016-01-04 15:57:03 +01:00
  • 7fea51185a Fix indent KatAst 2016-01-04 15:46:32 +01:00
  • 0cec56712f Fix indent KatAst 2016-01-04 15:33:10 +01:00
  • 05699cb489 Fix indent KatAst 2016-01-04 15:31:50 +01:00
  • cf7635dad7 Fix Indentation KatAst 2016-01-04 15:27:42 +01:00
  • 9dd3eac804 Fix indentation KatAst 2016-01-04 15:13:51 +01:00
  • 8351fb4599 Back to default KatAst 2016-01-04 14:36:52 +01:00
  • a10cc380dc Back to default KatAst 2016-01-04 14:33:26 +01:00
  • 62c5f4fc17 Modified comments to match actions KatAst 2016-01-02 14:09:54 +01:00
  • 132f4ccd58 Add default WPA2 when a password was specified KatAst 2016-01-02 14:04:07 +01:00
  • 70f5903abd Int to bool KatAst 2016-01-02 13:50:08 +01:00
  • 0f1ddae28e Modified to cover all possible options KatAst 2016-01-02 13:33:49 +01:00
  • c8aab7611b Set Station parameters if defined KatAst 2016-01-02 13:01:42 +01:00
  • 6f4cead199 Changed to Macro debug KatAst 2016-01-02 12:53:21 +01:00
  • 8adfcb6e60 Reduced to essential KatAst 2016-01-02 12:51:35 +01:00
  • 5f8da7e2b0 Redundant KatAst 2016-01-02 12:49:59 +01:00
  • d1152588a8 Changed to standard os_memset(), instead of memset() KatAst 2016-01-02 12:46:12 +01:00
  • 4d09a0088a After test it results useless, so removed KatAst 2016-01-02 12:44:55 +01:00
  • 5787fcf8a4 Added to avoid possible hiccup when opmode already 1 KatAst 2016-01-02 12:43:52 +01:00
  • b3ed6e8588 Back to original config KatAst 2016-01-02 12:25:39 +01:00
  • c82a7a2c6c update readme with esp8266 flashing info v2.2.beta0 Thorsten von Eicken 2015-12-31 15:55:16 -08:00
  • a0eefa17b3 improve optiboot sync Thorsten von Eicken 2015-12-31 10:02:46 -08:00
  • 0c6b798f38 Merge pull request #80 from susisstrolch/TvEmaster Thorsten von Eicken 2015-12-31 10:20:12 -08:00
  • e268db7e84 Soft-AP server side variables check KatAst 2015-12-28 18:38:31 +01:00
  • d6dae6888a Disable configWipe KatAst 2015-12-28 18:30:40 +01:00
  • 58ece6b452 Auth_Mode var in numbers instead of string KatAst 2015-12-28 18:29:15 +01:00
  • a7b6358bae New function to check string KatAst 2015-12-28 18:28:05 +01:00
  • 793506fdd1 Small changes KatAst 2015-12-27 23:10:07 +01:00
  • 887c5a66cc Compiler error KatAst 2015-12-27 13:11:59 +01:00
  • 896693b5b2 Soft-AP Settings KatAst 2015-12-27 13:11:03 +01:00
  • ff5a74b20a Added SOFTAP hard-coded settings KatAst 2015-12-24 14:03:15 +01:00
  • 077bcaf02d syslog: fixed regression susisstrolch 2015-12-16 19:21:54 +01:00
  • de4e5e4df2 syslog.md: add example from ESP bootup susisstrolch 2015-12-15 15:55:59 +01:00
  • 66258fd48d syslog.md: add example for queuing after reboot susisstrolch 2015-12-15 13:04:14 +01:00
  • 94d54c140c syslog: fixup susisstrolch 2015-12-15 12:53:40 +01:00
  • 0248d1f698 syslog: fixup susisstrolch 2015-12-15 12:53:40 +01:00
  • 8791bda62d syslog: fix UDP timing problems susisstrolch 2015-12-14 09:42:51 +01:00
  • 59d4bdf99e fix makefile; update readme Thorsten von Eicken 2015-12-13 09:22:43 -08:00
  • 88e580c6ee Makefile tweak Thorsten von Eicken 2015-12-13 08:35:32 -08:00