author: Dirk Jahnke description: Thermo Printer Remote Controller version: 1.0 libs_version: ${mos.version} modules_version: ${mos.version} mongoose_os_version: ${mos.version} # platform: esp8266 # platform: esp32 # Optional. List of tags for online search. tags: - c # List of files / directories with C sources. No slashes at the end of dir names. sources: - src # List of dirs. Files from these dirs will be copied to the device filesystem filesystem: - fs # Custom configuration entries, settable via "device configuration" # Below is a custom firmware configuration example. # Uncomment and modify according to your needs: config_schema: # - ["my_app", "o", {title: "My app custom settings"}] # - ["my_app.bool_value", "b", false, {title: "Some boolean value"}] # - ["my_app.string_value", "s", "", {title: "Some string value"}] # - ["my_app.int_value", "i", 123, {title: "Some integer value"}] # - ["i2c.enable", true] # - ["i2c.freq", 400] # - ["i2c.sda_gpio", 4] # D2 # - ["i2c.scl_gpio", 5] # D1 - ["tp", "o", {title: "Thermo printer controller settings"}] - ["tp.escapeCharacter", "i", 27, {title: "ASCII code of character, that is to be used as escape character in text interpretation"}] - ["tp.printSystemInfoOnStartup", "b", false, {title: "Prints some technical info about CPU/System resources after boot"}] # - ["mqtt.enable", true] # - ["mqtt.server", "mqtt.pmpark.de:1883"] # - ["mqtt.user", "default"] # - ["mqtt.pass", "12345678"] # - ["mqtt.will_message", "offline"] # - ["mqtt.will_topic", "flashLight/"] - ["sntp.enable", true] - ["sntp.server", "time.google.com"] # List of libraries used by this app, in order of initialisation libs: - origin: https://github.com/mongoose-os-libs/ca-bundle - origin: https://github.com/mongoose-os-libs/i2c - origin: https://github.com/mongoose-os-libs/rpc-service-config - origin: https://github.com/mongoose-os-libs/rpc-service-fs - origin: https://github.com/mongoose-os-libs/rpc-uart - origin: https://github.com/mongoose-os-libs/spi - origin: https://github.com/mongoose-os-libs/wifi - origin: https://github.com/mongoose-os-libs/http-server - origin: https://github.com/mongoose-os-libs/rpc-loopback - origin: https://github.com/mongoose-os-libs/rpc-mqtt - origin: https://github.com/mongoose-os-libs/rpc-service-ota - origin: https://github.com/mongoose-os-libs/rpc-service-cron - origin: https://github.com/mongoose-os-libs/crontab - origin: https://github.com/mongoose-os-libs/dash - origin: https://github.com/mongoose-os-libs/sntp # Used by the mos tool to catch mos binaries incompatible with this file format manifest_version: 2017-05-18